fix: README
This commit is contained in:
parent
69383b5f1e
commit
033d05e401
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user