From e78144554b191f08a05c7e3d0cb7966c363fcdbb Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sun, 25 Aug 2024 00:10:31 -0700 Subject: [PATCH] docs: update one-line command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 733ce8e..e0c1172 100644 --- a/README.md +++ b/README.md @@ -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,