Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarik committed Mar 5, 2013
1 parent 780b150 commit dc4158d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

to try it out:

1. `mkdir -p /tmp/vimtest && cd !$` # create and cd to test folder
2. `git clone --recursive https://github.com/gmarik/vimfiles.git ./.vim` # clone recursively with vundle
3. `HOME=$(pwd) vim -u .vim/vimrc +BundleInstall` # run installation in relative to current folder
# and using downloaded `.vimrc`
$ mkdir -p /tmp/vimtest && cd !$ # 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`

0 comments on commit dc4158d

Please sign in to comment.