From ebaa22a981b32f5164cb464c3f57786d2070d379 Mon Sep 17 00:00:00 2001 From: Ben Creasy Date: Tue, 10 Jul 2018 10:44:34 -0700 Subject: [PATCH] add nix method of install (#261) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48c5c0d..a798f33 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,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` Commands ========