From 18c6f3340a54f3e9c54a3eb47803d8140b3cb7b7 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Fri, 8 Jul 2016 22:58:27 +0100 Subject: [PATCH] Update manual installation instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ca04fd..f9b363e 100644 --- a/README.md +++ b/README.md @@ -60,15 +60,15 @@ plugins+=(zsh-nvm) ``` ### Manually -Clone this repository somewhere (`~/zsh-nvm` for example) +Clone this repository somewhere (`~/.zsh-nvm` for example) ```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` ```shell -source ~/zsh-nvm/zsh-nvm.sh +source ~/.zsh-nvm/zsh-nvm.plugin.zsh ``` ## License