mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-02-06 09:55:31 +08:00
Update manual installation instructions
This commit is contained in:
parent
a8bfc705a7
commit
18c6f3340a
@ -60,15 +60,15 @@ plugins+=(zsh-nvm)
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Manually
|
### Manually
|
||||||
Clone this repository somewhere (`~/zsh-nvm` for example)
|
Clone this repository somewhere (`~/.zsh-nvm` for example)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone git@github.com:lukechilds/zsh-nvm.git ~/zsh-nvm
|
git clone git@github.com:lukechilds/zsh-nvm.git ~/.zsh-nvm
|
||||||
```
|
```
|
||||||
Then source it in your `.zshrc`
|
Then source it in your `.zshrc`
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
source ~/zsh-nvm/zsh-nvm.sh
|
source ~/.zsh-nvm/zsh-nvm.plugin.zsh
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
Loading…
Reference in New Issue
Block a user