Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading