Browse Source

Update manual installation instructions

pull/2/head
Luke Childs 9 years ago
parent
commit
0eb358ed8a
  1. 6
      README.md

6
README.md

@ -47,15 +47,15 @@ plugins+=(zsh-better-npm-completion)
``` ```
### Manually ### Manually
Clone this repository somewhere (`~/zsh-better-npm-completion` for example) Clone this repository somewhere (`~/.zsh-better-npm-completion` for example)
```shell ```shell
git clone git@github.com:lukechilds/zsh-better-npm-completion.git ~/zsh-better-npm-completion git clone https://github.com/lukechilds/zsh-better-npm-completion.git ~/.zsh-better-npm-completion
``` ```
Then source it in your `.zshrc` Then source it in your `.zshrc`
```shell ```shell
source ~/zsh-better-npm-completion/zsh-better-npm-completion.sh source ~/.zsh-better-npm-completion/zsh-better-npm-completion.plugin.zsh
``` ```
## License ## License

Loading…
Cancel
Save