aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-08-02 00:25:05 +0800
committerjdhao <jdhao@hotmail.com>2021-08-02 00:25:05 +0800
commit42c564019e9e2fa6b6e0c44ebc9c5bc42b7a702a (patch)
tree454f499a84ff2093dff5ef0919be2895c1fa9bbd /docs
parent000e3a6f230cf58f629214756e958a643f57a2ba (diff)
Rename setup script for Linux
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md2
-rwxr-xr-xdocs/nvim_setup_linux.sh (renamed from docs/Nvim_setup.sh)0
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md
index e9fee25..ff62731 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -228,7 +228,7 @@ time to install all of them, depending on your network condition.
# Automatic Installation for Linux #
To set up a workable Neovim environment in Linux, I use the bash script
-[`Nvim_setup.sh`](Nvim_setup.sh) to automatically install necessary
+[`nvim_setup_linux.sh`](nvim_setup_linux.sh) to automatically install necessary
dependencies, Neovim itself and Nvim configs in this repo.
Note that the variable `PYTHON_INSTALLED`, `SYSTEM_PYTHON` and
diff --git a/docs/Nvim_setup.sh b/docs/nvim_setup_linux.sh
index b046909..b046909 100755
--- a/docs/Nvim_setup.sh
+++ b/docs/nvim_setup_linux.sh