Skip to content

Commit b4af242

Browse files
committed
Add update instructions
1 parent 86d68b8 commit b4af242

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@ echo 'eval "$(kyx self:completion bash)"' >> ~/.bashrc
2424
# Reload your shell configuration
2525
source ~/.bashrc
2626
```
27+
28+
## Update
29+
30+
To update `kyx`, you can run the following command:
31+
32+
```bash
33+
curl -L https://github.com/SoureCode/kyx/releases/latest/download/kyx_linux_amd64.tar.gz | sudo tar xz --no-same-owner -C /opt/kyx
34+
```

0 commit comments

Comments
 (0)