aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-11-06 13:02:29 +0800
committerjdhao <jdhao@hotmail.com>2021-11-06 13:02:29 +0800
commitbec5f117532f9d836a97e9863ffbf1f6869ec585 (patch)
treecdcdde9853d232cb4033a528eea8f8bdf12557cb
parentffe588870d3325bf1e7d6a7d33009de0d2bee6e6 (diff)
update doc
-rw-r--r--docs/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/README.md b/docs/README.md
index 25b3f57..d67db69 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -148,7 +148,7 @@ configuration is tested against nvim 0.5.
## Linux
-We can directly download the binary release from [here](https://github.com/neovim/neovim/releases/download/v0.5.0/nvim-linux64.tar.gz).
+We can directly download the binary release from [here](https://github.com/neovim/neovim/releases/download/v0.5.1/nvim-linux64.tar.gz).
## Windows
@@ -158,7 +158,7 @@ The easiest way to install Nvim on Windows is via chocolatey:
choco install neovim
```
-You may download from [nvim release](https://github.com/neovim/neovim/releases/download/v0.5.0/nvim-win64.zip) from GitHub and manually extract it.
+You may download from [nvim release](https://github.com/neovim/neovim/releases/download/v0.5.1/nvim-win64.zip) from GitHub and manually extract it.
## macOS
@@ -170,8 +170,7 @@ brew install neovim
```
After installing Nvim, we need to add the directory where the Nvim executable
-(`nvim` on Linux and macOS, `nvim.exe` on Windows) resides to the system
-`PATH`.
+(`nvim` on Linux and macOS, `nvim.exe` on Windows) resides to the system `PATH`.
Make sure that you can call `nvim` from the command line after all these
setups.