Added help on how to update to latest version
This commit is contained in:
parent
edb1d70c4d
commit
91d190de6d
1 changed files with 8 additions and 0 deletions
|
@ -31,6 +31,14 @@ The awesome version includes a lot of great plugins, configurations and color sc
|
||||||
Use [msysgit](http://msysgit.github.com/) to checkout the repository and run the installation instructions above. No special instructions needed ;-)
|
Use [msysgit](http://msysgit.github.com/) to checkout the repository and run the installation instructions above. No special instructions needed ;-)
|
||||||
|
|
||||||
|
|
||||||
|
## How to update to latest version?
|
||||||
|
|
||||||
|
Simply just do a git rebase!
|
||||||
|
|
||||||
|
cd ~/.vim_runtime
|
||||||
|
git pull --rebase
|
||||||
|
|
||||||
|
|
||||||
## Some screenshots
|
## Some screenshots
|
||||||
|
|
||||||
Colors when editing a Python file:
|
Colors when editing a Python file:
|
||||||
|
|
Loading…
Reference in a new issue