From 0ef94d9e1b50db15a1b72f4bdbdf277464960f54 Mon Sep 17 00:00:00 2001 From: dnkmmr <104856296+dnkmmr69420@users.noreply.github.com> Date: Wed, 7 Jun 2023 11:30:45 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4bf682c5e..c3b69a37e 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,12 @@ If you're using [MacPorts](https://www.macports.org/) on macOS, install the [`ex On nixOS, install the [`exa`](https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/misc/exa/default.nix) package. nix-env -i exa + +Using nix profile + +```bash +nix profile install nixpkgs#exa +``` ### openSUSE