Skip to content

Commit

Permalink
Fix the vundle repo address
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyho committed Feb 26, 2016
1 parent 80fb385 commit 80589be
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,18 @@ Vim/Gvim/MacVim

# For Linux #

1. Clone this repo. eg: `mkdir ~/github` `cd ~/github` `git clone https://github.com/tonyho/VIM.git`
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. 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`
`git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/vundle`

# For Cygwin #

Expand Down

0 comments on commit 80589be

Please sign in to comment.