Merge pull request #149 from gnmearacaun/readme

bump version to v0.8.0 in the README
pull/140/merge
Christian Chiarulli 2 years ago committed by GitHub
commit cb5f094ae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,7 @@ Each video will be associated with a branch so checkout the one you are interest
Make sure to remove or move your current `nvim` directory
**IMPORTANT** Requires [Neovim v0.6.0](https://github.com/neovim/neovim/releases/tag/v0.6.0) or [Nightly](https://github.com/neovim/neovim/releases/tag/nightly).
**IMPORTANT** Requires [Neovim v0.8.0]](https://github.com/neovim/neovim/releases). [Upgrade](#upgrade-to-latest-release) if you're on an earlier version.
```
git clone https://github.com/LunarVim/Neovim-from-scratch.git ~/.config/nvim
```
@ -60,6 +60,16 @@ Next we need to install python support (node is optional)
**NOTE** make sure you have [node](https://nodejs.org/en/) installed, I recommend a node manager like [fnm](https://github.com/Schniz/fnm).
### Upgrade to latest release
Assuming you [built from source](https://github.com/neovim/neovim/wiki/Building-Neovim#quick-start), `cd` into the folder where you cloned `neovim` and run the following commands.
```
git pull
make distclean && make CMAKE_BUILD_TYPE=Release
sudo make install
nvim -v
```
> The computing scientist's main challenge is not to get confused by the complexities of his own making.
\- Edsger W. Dijkstra

Loading…
Cancel
Save