ソースを参照

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

rigormorrtiss 4 年 前
コミット
a5a6e1ebf6
1 ファイル変更4 行追加1 行削除
  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