Przeglądaj źródła

docs: go build -> make build

ayntgl 4 lat temu
rodzic
commit
5c6d596ac3
1 zmienionych plików z 1 dodań i 1 usunięć
  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