aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-12-01 22:19:51 +0800
committerjdhao <jdhao@hotmail.com>2021-12-01 22:19:51 +0800
commit23e98aab6fe98723095a4f432d29e9f60051c300 (patch)
tree51a3fc58a1764c1f85026ff37d846bbfeb97b6f8 /docs/README.md
parent6069bd89228a0a93d0b7921c82ccd29308efb14f (diff)
[v0.6] update doc
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/README.md b/docs/README.md
index 526de9d..f0b3283 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -144,11 +144,11 @@ great. Another great resource for programming font is the [nerd-font](https://gi
# Install Nvim
There are various ways to install Nvim depending on your system. Current
-configuration is tested against nvim 0.5.
+configuration is tested against nvim v0.6.0.
## Linux
-We can directly download the binary release from [here](https://github.com/neovim/neovim/releases/download/v0.5.1/nvim-linux64.tar.gz).
+We can directly download the binary release from [here](https://github.com/neovim/neovim/releases/download/v0.6.0/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.1/nvim-win64.zip) from GitHub and manually extract it.
+You may download from [nvim release](https://github.com/neovim/neovim/releases/download/v0.6.0/nvim-win64.zip) from GitHub and manually extract it.
## macOS