fix: README

This commit is contained in:
Markus Pesch 2018-06-29 19:10:49 +02:00
parent 69383b5f1e
commit 033d05e401
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -6,10 +6,16 @@
git clone --recurse-submodules git@git.cryptic.systems:volker.raschek/vim.git ~/.vim git clone --recurse-submodules git@git.cryptic.systems:volker.raschek/vim.git ~/.vim
``` ```
## Update ## Update Repositories
```bash ```bash
cd ~/.vim cd ~/.vim
git fetch origin git fetch origin
git rebase origin/master git rebase origin/master
git submodule update --init --recursive git submodule update --init --recursive
``` ```
## Update You-Complete-Me
```bash
cd ~/.vim/bundle/YouCompleteMe
./install.py --all
```