diff --git a/README.md b/README.md index 42ddbc11..47fe68e0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It requires [`nix` to be installed](https://nixos.org/download.html). Once you have `nix` installed you can check that everything is working correctly: * Make sure to add `experimental-features = nix-command flakes` and `accept-flake-config = true` lines to `$XDG_CONFIG_HOME/nix/nix.conf` file ; -* Make sure your `$USER` is trusted `grep 'trusted-users' /etc/nix/nix.conf`, otherwise add it to `/etc/nix/nix.conf` and restart `nix-daemon` ; +* Make sure your `$USER` is trusted `nix show-config | grep trusted-users`, otherwise add it to `/etc/nix/nix.conf` and restart `nix-daemon` ; * Make sure the `nix-daemon` is running using `systemctl status nix-daemon` (if your OS is `systemd`-based). Once you have `nix`, (linux, macOS, windows WSL) you can use