Browse Source

updated README.md

TooManySugar 3 years ago
parent
commit
2ffce4839d
1 changed files with 4 additions and 4 deletions
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -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