소스 검색

docs: go build -> make build

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

+ 1 - 1
README.md

@@ -24,7 +24,7 @@ Discordo is a lightweight, secure, and feature-rich Discord terminal client. Hea
 ```bash
 git clone https://github.com/ayntgl/discordo
 cd discordo
-go build
+make build
 
 # optional
 sudo mv ./discordo /usr/local/bin