From 5bdb7613195fc03983bb34c5ee01275225fbd018 Mon Sep 17 00:00:00 2001 From: Wu Tingfeng Date: Sun, 20 Nov 2022 22:16:17 +0800 Subject: [PATCH] Change README.md update to latest version instructions --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6f711a58..357cec60 100644 --- a/README.md +++ b/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? -Just do a git rebase! - - 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 + git pull + python update_plugins.py || python3 update_plugins.py # use python3 if python is unavailable ## Some screenshots