summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkshay <nerdy@peppe.rs>2020-07-24 21:45:30 +0530
committerAkshay <nerdy@peppe.rs>2020-07-24 21:45:30 +0530
commit2dafbfe51b2b4ebafc21fe68a9b909ebe3a4e23b (patch)
treedac909f50589ef1e1a5fe6bd9be7469e8289f8d7
parent5c13cecaec4ce4c0e4f79c781cd9c90301bf82ad (diff)
add installation instructions for nix
-rw-r--r--readme.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 714234e..c626432 100644
--- a/readme.md
+++ b/readme.md
@@ -32,6 +32,12 @@ $ rustup update
$ cargo install dijo
```
+`dijo` on nixpkgs (maintained by [@Infinisil](https://github.com/Infinisil)):
+
+```
+$ nix-env -f channel:nixpkgs-unstable -iA dijo
+```
+
If you aren't familiar with `cargo` or Rust, read the [complete
installation](https://github.com/NerdyPepper/dijo/wiki/Install)
guide.