diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # ght -go-http-get +go-http-title ## Build Please check if the Go path is running. @@ -13,7 +13,7 @@ go build -o ght main.go ``` Move the executable binary to `/usr/local/bin` to work with CLI. ```bash -sudo mv ght /usr/local/bin +sudo mv ght /usr/local/bin/ sudo chown root:root /usr/local/bin/ght which ght ``` |