diff --git a/README.md b/README.md index fea6e62bf..07cd85df2 100644 --- a/README.md +++ b/README.md @@ -71,13 +71,13 @@ Like seriously, we have a lot of good stuff. ### Nix ❄️ -If you already have Nix setup with flake support, you can try out eza with the `nix run` command: +If you already have Nix setup with flake support, you can try out eza with the `nix` command: - nix run github:eza-community/eza + nix shell nixpkgs#eza -c eza -Nix will build eza and run it. +Nix will run `eza` in a nix shell. -If you want to pass arguments this way, use e.g. `nix run github:eza-community/eza -- -ol`. +If you want to pass arguments this way, use e.g. `nix shell nixpkgs#eza -c eza -ol`. # Installation