cmd rudr should be add exec privilege after build.

This commit is contained in:
baikai.bk
2020-07-20 21:31:32 +08:00
parent fd0a00fc83
commit 4552636f04
+1
View File
@@ -10,6 +10,7 @@ Check out [DEVELOPMENT.md](./DEVELOPMENT.md) to see how to develop with RudrX
```shell script
$ cd cmd/rudrx
$ go build -o rudr
$ chmod +x rudr
$ cp ./rudr /usr/local/bin
```