소스 검색

Add latest binaries (#3)

rigormorrtiss 4 년 전
부모
커밋
aaf881bf06
1개의 변경된 파일8개의 추가작업 그리고 2개의 파일을 삭제
  1. 8 2
      README.md

+ 8 - 2
README.md

@@ -11,14 +11,20 @@ Lightweight Discord terminal client
 
 ## Installation
 
-- For Linux, run the following commands in chronological order.
+- Run the following commands in chronological order.
 
 ```
 git clone https://github.com/rigormorrtiss/discordo
 cd discordo
-mv build/discordo-os-arch /usr/local/bin
+cp build/discordo_linux_amd64 /usr/local/bin/discordo
 ```
 
+Binary name examples:
+
+- `discordo_linux_amd64`
+- `discordo_darwin_amd64`
+- `discordo_windows_amd64.exe`
+
 ## Usage
 
 - Run the executable by running the following command in a terminal.