summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2f25932..f7b1e30 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,9 @@ Build the binary:
```bash
go build -o gos ./cmd/gos
+go build -o gosc ./cmd/gosc
sudo mv gos ~/go/bin
+sudo mv gosc ~/go/bin
```
Or if you want to use the `Taskfile`: