Browse Source

docs(README): add instructions to add binary to /usr/local/bin

rigormorrtiss 4 years ago
parent
commit
a5a6e1ebf6
1 changed files with 4 additions and 1 deletions
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -13,9 +13,12 @@ Lightweight Discord terminal client
 
 ### Building from Source
 
-```
+```bash
 git clone https://github.com/rigormorrtiss/discordo
 cd discordo && go build
+
+# Optional
+mv ./discordo /usr/local/bin
 ```
 
 ## Getting Started