mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
docs: update one-line command
This commit is contained in:
parent
f6d1c3d54c
commit
e78144554b
1 changed files with 2 additions and 2 deletions
|
@ -18,9 +18,9 @@ build a Nixvim configuration as a standalone Nix package.
|
|||
|
||||
## Usage
|
||||
|
||||
You can test drive my config in just one line:
|
||||
You can test drive my config in just one line (if you have Nix, of course):
|
||||
```sh
|
||||
nix run 'github:youwen5/neovim-flake'
|
||||
nix run 'github:youwen5/neovim-flake' --extra-experimental-features flakes --extra-experimental-features nix-command
|
||||
```
|
||||
|
||||
If for some reason, you want to install it permanently, add it to your flake inputs,
|
||||
|
|
Loading…
Reference in a new issue