Skip to content

Commit 54db2f3

Browse files
committed
docs(readme): note brew installs completions automatically (DX-5783)
1 parent b928432 commit 54db2f3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ Pick the recommended path for your platform. Other channels are listed under [Al
3737
brew install quicknode/tap/qn
3838
```
3939

40+
Homebrew installs shell completions automatically — open a new shell after
41+
install (zsh users may need one `compinit` refresh) and `qn <TAB>` works.
42+
4043
### Scoop (Windows)
4144

4245
```powershell
@@ -242,6 +245,9 @@ qn team list
242245

243246
## Shell completions
244247

248+
Homebrew installs completions automatically (see above). For other install
249+
methods, generate them yourself:
250+
245251
```sh
246252
qn completions zsh > ~/.zfunc/_qn # zsh
247253
qn completions bash > /etc/bash_completion.d/qn # bash

0 commit comments

Comments
 (0)