summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-02-11 05:28:53 +0200
committerPaul Buetow <paul@buetow.org>2025-02-11 05:28:53 +0200
commit342f1ef278ee2d16b374084a39e64b10a96eb76e (patch)
treeb912a44ffdf446f1af7b70d083b0caae49a58ad2
parentc5050cdc6f3524234ed588785b3cb41a97f6eeca (diff)
add gosc
-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`: