Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
azeey committed Apr 2, 2011
1 parent 854c7ea commit 959c3ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README
Original file line number Original file line Diff line number Diff line change
@@ -1,14 +1,14 @@
Installation: Installation:


git clone git://github.com/azeey/vimfiles.git ~/.vim git clone git://github.com/azeey/vimfiles.git ~/vim


Create symlinks: Create symlinks:


ln -s ~/vim ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc


Switch to the ~/.vim directory, and fetch submodules: Switch to the ~/vim directory, and fetch submodules:


cd ~/.vim cd ~/vim
git submodule init git submodule init
git submodule update git submodule update

0 comments on commit 959c3ca

Please sign in to comment.