summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
```