add stable and nightly channels in the installation page (#3359)

This commit is contained in:
Alexsander Falcucci 2026-02-10 17:35:06 +01:00 committed by GitHub
parent 3210e5ffcf
commit 7a3f56830c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.