mirror of
https://github.com/neovide/neovide.git
synced 2026-09-10 07:16:25 -04:00
add stable and nightly channels in the installation page (#3359)
This commit is contained in:
parent
3210e5ffcf
commit
7a3f56830c
|
|
@ -14,8 +14,12 @@ Installing should be as simple as downloading the binary, making sure the `nvim`
|
|||
version 0.10 or greater is on your `PATH` environment variable, and running it. Everything should be
|
||||
self contained.
|
||||
|
||||
The binaries are to be found on
|
||||
[the release page](https://github.com/neovide/neovide/releases/latest).
|
||||
The binaries are to be found on the [releases](https://github.com/neovide/neovide/releases) page where
|
||||
you can download:
|
||||
|
||||
- [the latest stable release](https://github.com/neovide/neovide/releases/latest)
|
||||
- [the latest development
|
||||
prerelease](https://github.com/neovide/neovide/releases/tag/nightly)
|
||||
|
||||
## Windows
|
||||
|
||||
|
|
@ -122,6 +126,8 @@ the source URL.
|
|||
|
||||
Stable releases are packaged in nixpkgs in the `neovide` package, there's no flake. As such, if you
|
||||
just want to try it out in a transient shell, you can use this command.
|
||||
Nixpkgs usually tracks stable builds; for nightly use the GitHub nightly artifacts or build from
|
||||
source.
|
||||
|
||||
**Note**: On non-NixOS systems, chances are you'll need to use
|
||||
[nixGL](https://github.com/nix-community/nixGL) as wrapper for neovide.
|
||||
|
|
|
|||
Loading…
Reference in a new issue