Skip to content

Commit 8c01b40

Browse files
committed
Add autocompletion instructions
1 parent 13f0b21 commit 8c01b40

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,15 @@ sudo mkdir -p /opt/kyx
1212
curl -L https://github.com/SoureCode/kyx/releases/latest/download/kyx_linux_amd64.tar.gz | sudo tar xz --no-same-owner -C /opt/kyx
1313
sudo ln -s /opt/kyx/kyx /usr/local/bin/kyx
1414
kyx --help
15-
```
15+
```
16+
17+
## Autocompletion
18+
19+
You can enable autocompletion for `kyx` by running the following command:
20+
21+
```bash
22+
echo 'eval "$(kyx self:completion bash)"' >> ~/.bashrc
23+
24+
# Reload your shell configuration
25+
source ~/.bashrc
26+
```

0 commit comments

Comments
 (0)