We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b928432 commit 54db2f3Copy full SHA for 54db2f3
1 file changed
README.md
@@ -37,6 +37,9 @@ Pick the recommended path for your platform. Other channels are listed under [Al
37
brew install quicknode/tap/qn
38
```
39
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
+
43
### Scoop (Windows)
44
45
```powershell
@@ -242,6 +245,9 @@ qn team list
242
245
243
246
## Shell completions
244
247
248
+Homebrew installs completions automatically (see above). For other install
249
+methods, generate them yourself:
250
251
```sh
252
qn completions zsh > ~/.zfunc/_qn # zsh
253
qn completions bash > /etc/bash_completion.d/qn # bash
0 commit comments