diff options
author | haturatu <taro@eyes4you.org> | 2024-12-04 17:20:40 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2024-12-04 17:20:40 +0900 |
commit | cde0a29893204f7934135963081c3a9c3c979b0a (patch) | |
tree | b6f172684cdde038c318a6d4203be870cf3b0ad4 | |
parent | d7413efbd697cf5cfddb8810edf1fda794a083c6 (diff) |
fix typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |