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
|
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
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user