Skip to content

Commit ed6760f

Browse files
committed
tasks.
Signed-off-by: Jose Alekhinne <alekhinejose@gmail.com>
1 parent ee71709 commit ed6760f

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,10 @@ Requires [Go 1.25+](https://go.dev/):
115115
```bash
116116
git clone https://github.com/ActiveMemory/ctx.git
117117
cd ctx
118-
CGO_ENABLED=0 go build -o ctx ./cmd/ctx
119-
sudo mv ctx /usr/local/bin/
118+
make build
119+
sudo make install
120+
# or:
121+
# sudo mv ctx /usr/local/bin/
120122
```
121123

122124
Verify installation:

site/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)