Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
always wrong about order of ln arguments
  • Loading branch information
Visnu Pitiyanuvath committed Nov 27, 2012
1 parent 773b39b commit 173c85e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -3,8 +3,8 @@ Installation

~~~sh
git clone git@github.com:visnup/dotvim.git ~/.vim
ln -s .vimrc ~/.vim/vimrc
ln -s .gvimrc ~/.vim/gvimrc
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc
cd ~/.vim
git submodule init
git submodule update
Expand Down

0 comments on commit 173c85e

Please sign in to comment.