We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d68b8 commit b4af242Copy full SHA for b4af242
1 file changed
README.md
@@ -24,3 +24,11 @@ echo 'eval "$(kyx self:completion bash)"' >> ~/.bashrc
24
# Reload your shell configuration
25
source ~/.bashrc
26
```
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