From c4a0a50f3a3ac5833ab5d2f8a0cb3f18da335812 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 27 May 2020 17:08:54 -0700 Subject: [PATCH] add nix-env --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a35e430..d1195e9d 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Release notes can be found [here](https://blog.kellybrazil.com/category/jc-news/ For more information on the motivations for this project, please see my [blog post](https://blog.kellybrazil.com/2019/11/26/bringing-the-unix-philosophy-to-the-21st-century/). ## Installation -There are several ways to get `jc`. You can install via `pip`; other OS package repositories like `zypper`, `brew`, or `portsnap`; via DEB/RPM packages; or by downloading the correct binary for your architecture and running it anywhere on your filesystem. +There are several ways to get `jc`. You can install via `pip`; other OS package repositories like `zypper`, `nix-env`, `brew`, or `portsnap`; via DEB/RPM packages; or by downloading the correct binary for your architecture and running it anywhere on your filesystem. ### Pip (macOS, linux, unix, Windows) ``` @@ -84,6 +84,11 @@ $ pip3 install --upgrade jc # zypper install jc ``` +#### nix-env (NixOS linunx) +``` +nix-env -iA nixpkgs.jc +``` + #### Brew (macOS) ``` $ brew install jc