From: Michael Weiss Date: Sat, 21 Oct 2017 20:14:14 +0000 (+0200) Subject: Add Nix(OS) install instructions to the README X-Git-Tag: v1.5~42^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4bf622fa46f0c546f16f03e89fd9d97dab388a95;p=users%2Fhch%2Fnvme-cli.git Add Nix(OS) install instructions to the README --- diff --git a/README.md b/README.md index 6c7ea3d..8322c9f 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,13 @@ Install from AUR, e.g.: $ yaourt -S nvme-cli-git ``` +### Nix(OS) + +The attribute is named `nvme-cli` and can e.g. be installed with: +``` +$ nix-env -f '' -iA nvme-cli +``` + ### Other Distros TBD