diff --git a/README.md b/README.md index 4429390..e50ced7 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,6 @@ hub clone VundleVim/Vundle.vim ~/.vim/bundle/Vundle.vim hub clone graingert/vimrc ~/projects/vimrc ln -s ~/projects/vimrc/vimrc ~/.vimrc vim +PluginInstall +qall +cd ~/.vim/bundle/tern-for-vim +npm install tern ```