docs: update one-line command

This commit is contained in:
Youwen Wu 2024-08-25 00:10:31 -07:00
parent f6d1c3d54c
commit e78144554b
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

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