From a03b6bf84a52867786a97f42860aafc04ee50f0b Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Wed, 12 Jan 2022 18:04:15 +0100 Subject: [PATCH] recommend nix-shell over nix-env as it's more idiomatic nix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca47d7b..5b5b964 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Installation Instructions - *The Debian/Ubuntu way*: Check out the repo and make a DEB via `make packages-deb`; now you can distribute the DEB via local methods. (Requires [fpm](https://github.com/jordansissel/fpm).) - *The Antigen Way*: Add `antigen bundle StackExchange/blackbox` to your .zshrc - *The Zgen Way*: Add `zgen load StackExchange/blackbox` to your .zshrc where you're loading your other plugins. -- *The Nix Way*: `nix-env -i blackbox` +- *The Nix Way*: `nix-shell -p blackbox` - *The Pkgsrc Way*: `pkgin in scm-blackbox` Commands