Skip to content

Commit

Permalink
Add the ln method
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyho committed Nov 30, 2013
1 parent 3fe3f2c commit 0cab73b
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 @@ -13,11 +13,11 @@ Vim/Gvim

# For Linux #

1. Clone this repo.
1. Clone this repo. eg: `mkdir ~/github` `cd ~/github` `git clone https://github.com/tonyho/VIM.git`
2. Install the vim(or gvim) using the proper commands, for example in Ubuntu: `sudo apt-get install vim`
3. Install the cscope, ctags and taglist plugin.
4. Move the _vimrc file to you home directory, and rename it to .vimrc
5. Move the vimfiles directory to you home directory, and rename it to .vim,then clone the vundle:
3. Install the cscope, ctags and taglist plugin. eg: `sudo apt-get install ctags cscope`
4. Move the _vimrc file to you home directory, and rename it to .vimrc. Or make ln to it `cd ~ && ln -s ~/github/VIM/_vimrc .vimrc`
5. Move the vimfiles directory to you home directory, and rename it to .vim,or ln it `ln -s ~/github/VIM/vimfiles/ .vim` ;then clone the vundle:

`git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle`
# For Cygwin #
Expand Down

0 comments on commit 0cab73b

Please sign in to comment.