Browse Source

Merge pull request #14 from bandithedoge/patch-1

my-config
Gustavo Prieto 4 years ago
committed by GitHub
parent
commit
92f721341d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 17
      docs/getting_started.md

17
docs/getting_started.md

@ -98,7 +98,22 @@ You can also download a prebuilt binary from the [Neovim](https://github.com/neo
### On Windows
If you use Windows, please put the steps to install Neovim Nightly here!
#### [Chocolatey](https://community.chocolatey.org/)
```
choco install neovim --pre
```
#### [Scoop](https://scoop.sh/)
```
scoop bucket add versions
scoop install neovim-nightly
```
#### Manual
You can also download a prebuilt binary from the [Neovim](https://github.com/neovim/neovim/releases) releases page.
## External dependencies

Loading…
Cancel
Save