diff options
| author | jdhao <jdhao@hotmail.com> | 2021-11-06 13:02:29 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-11-06 13:02:29 +0800 |
| commit | bec5f117532f9d836a97e9863ffbf1f6869ec585 (patch) | |
| tree | cdcdde9853d232cb4033a528eea8f8bdf12557cb /docs/README.md | |
| parent | ffe588870d3325bf1e7d6a7d33009de0d2bee6e6 (diff) | |
update doc
Diffstat (limited to 'docs/README.md')
| -rw-r--r-- | docs/README.md | 7 |
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. |
