diff options
| author | Paul Buetow <paul@buetow.org> | 2025-02-11 05:28:53 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-02-11 05:28:53 +0200 |
| commit | 342f1ef278ee2d16b374084a39e64b10a96eb76e (patch) | |
| tree | b912a44ffdf446f1af7b70d083b0caae49a58ad2 | |
| parent | c5050cdc6f3524234ed588785b3cb41a97f6eeca (diff) | |
add gosc
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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`: |
