From 4a43316b677c50f608739394dc3ae4e299291aa4 Mon Sep 17 00:00:00 2001 From: Wu Tingfeng Date: Mon, 2 Jan 2023 00:57:25 +0800 Subject: [PATCH] Use python if python3 alias is unavailable; some systems use python as alias for Python 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 357cec60..59749265 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ If you have vim aliased as `vi` instead of `vim`, make sure to either alias it: ## How to update to latest version? git pull - python update_plugins.py || python3 update_plugins.py # use python3 if python is unavailable + python3 update_plugins.py || python update_plugins.py # use python if python3 is unavailable ## Some screenshots