summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2024-12-04 17:20:40 +0900
committerhaturatu <taro@eyes4you.org>2024-12-04 17:20:40 +0900
commitcde0a29893204f7934135963081c3a9c3c979b0a (patch)
treeb6f172684cdde038c318a6d4203be870cf3b0ad4 /README.md
parentd7413efbd697cf5cfddb8810edf1fda794a083c6 (diff)
fix typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3d0410d..20a837e 100644
--- a/README.md
+++ b/README.md
@@ -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
```