Skip to content

Commit 13a3f82

Browse files
committed
chore: update readme
1 parent 476b1c0 commit 13a3f82

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ tab solves this complexity by providing autocompletions that work consistently a
1414

1515
## Installation
1616

17-
### For Package Manager Completions (Global install is recommended)
17+
### For Package Manager Completions
18+
19+
> **Note:** Global install is recommended
1820
1921
```bash
2022
npm install -g @bomb.sh/tab
@@ -97,10 +99,10 @@ As mentioned earlier, tab provides completions for package managers as well:
9799

98100
```bash
99101
# Generate and install completion scripts
100-
npx @bomb.sh/tab pnpm zsh > ~/.pnpm-completion.zsh && echo 'source ~/.pnpm-completion.zsh' >> ~/.zshrc
101-
npx @bomb.sh/tab npm bash > ~/.npm-completion.bash && echo 'source ~/.npm-completion.bash' >> ~/.bashrc
102-
npx @bomb.sh/tab yarn fish > ~/.config/fish/completions/yarn.fish
103-
npx @bomb.sh/tab bun powershell > ~/.bun-completion.ps1 && echo '. ~/.bun-completion.ps1' >> $PROFILE
102+
tab pnpm zsh > ~/.pnpm-completion.zsh && echo 'source ~/.pnpm-completion.zsh' >> ~/.zshrc
103+
tab npm bash > ~/.npm-completion.bash && echo 'source ~/.npm-completion.bash' >> ~/.bashrc
104+
tab yarn fish > ~/.config/fish/completions/yarn.fish
105+
tab bun powershell > ~/.bun-completion.ps1 && echo '. ~/.bun-completion.ps1' >> $PROFILE
104106
```
105107

106108
Example in action:

0 commit comments

Comments
 (0)