Skip to content

Commit

Permalink
docs(readme): remove nightly requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed May 16, 2024
1 parent b316861 commit 6edb49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ dependencies = {

## :pencil: Requirements

- An up-to-date `Neovim` nightly (>= 0.10) installation.
- An up-to-date `Neovim >= 0.10` installation.
- The `git` command line utility.
- `wget` or `curl` (if running on a UNIX system) - required for the remote `:source` command to work.
- `netrw` enabled in your Neovim configuration - enabled by default but some configurations manually disable the plugin.
Expand All @@ -188,7 +188,7 @@ dependencies = {
>
> If you are running on an esoteric architecture (i.e. something different to
> Linux, Windows or MacOS), `rocks.nvim` will attempt to compile its
> dependencies instead of pulling a prebuilt binary. For the process to succeed
> dependencies instead of pulling a pre-built binary. For the process to succeed
> you must have a **C++17 parser** and **Rust toolchain** installed on your
> system.
Expand Down

0 comments on commit 6edb49f

Please sign in to comment.