fix: README

This commit is contained in:
2018-06-29 19:10:49 +02:00
parent 69383b5f1e
commit 033d05e401

View File

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