add nix method of install (#261)

This commit is contained in:
Ben Creasy
2018-07-10 10:44:34 -07:00
committed by Tom Limoncelli
parent 0b8c3df70b
commit ebaa22a981

View File

@@ -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
========