|
@@ -45,12 +45,12 @@
|
|
|
|
|
|
#### Linux/Mac
|
|
|
|
|
|
-`# go build .`
|
|
|
+`# go build -o GoEthemineTelegramBot .`
|
|
|
|
|
|
|
|
|
#### Windows
|
|
|
|
|
|
-`> go build . -o GoEthemineTelegramBot.exe`
|
|
|
+`> go build -o GoEthemineTelegramBot.exe .`
|
|
|
|
|
|
|
|
|
### First launch
|
|
@@ -59,7 +59,7 @@
|
|
|
|
|
|
#### Linux/Mac
|
|
|
|
|
|
-`# .`
|
|
|
+`# ./GoEthemineTelegramBot`
|
|
|
|
|
|
#### Windows
|
|
|
|
|
@@ -103,7 +103,7 @@
|
|
|
|
|
|
#### Linux/Mac
|
|
|
|
|
|
-`# . username password`
|
|
|
+`# ./GoEthemineTelegramBot username password`
|
|
|
|
|
|
#### Windows
|
|
|
|