Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarik committed Mar 5, 2013
1 parent 6c9bf11 commit bf52f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

to try it out:

$ mkdir -p /tmp/vimtest && cd !$ # create and cd to test folder
$ mkdir -p /tmp/vimtest && cd /tmp/vimtest # create and cd to test folder
$ git clone --recursive https://github.com/gmarik/vimfiles.git ./.vim # clone recursively with vundle
$ HOME=$(pwd) vim -u .vim/vimrc +BundleInstall # run installation in relative to current folder
# and using downloaded `vimrc`
Expand Down

0 comments on commit bf52f30

Please sign in to comment.