Change README.md update to latest version instructions
This commit is contained in:
parent
9bab0e48c8
commit
5bdb761319
1 changed files with 2 additions and 11 deletions
13
README.md
13
README.md
|
@ -60,17 +60,8 @@ If you have vim aliased as `vi` instead of `vim`, make sure to either alias it:
|
||||||
|
|
||||||
## How to update to latest version?
|
## How to update to latest version?
|
||||||
|
|
||||||
Just do a git rebase!
|
git pull
|
||||||
|
python update_plugins.py || python3 update_plugins.py # use python3 if python is unavailable
|
||||||
cd ~/.vim_runtime
|
|
||||||
git reset --hard
|
|
||||||
git clean -d --force
|
|
||||||
git pull --rebase
|
|
||||||
python update_plugins.py # use python3 if python is unavailable
|
|
||||||
|
|
||||||
NOTE: If you get `ModuleNotFoundError: No module named 'requests'`, you must first install the `requests` python module using `pip`, `pip3`, or `easy_install`.
|
|
||||||
|
|
||||||
pip install requests
|
|
||||||
|
|
||||||
## Some screenshots
|
## Some screenshots
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue