aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authoronielfa <[email protected]>2020-07-30 23:01:03 +0100
committeronielfa <[email protected]>2020-07-30 23:01:03 +0100
commite794c6ecf133df248471b465a7553d454b527399 (patch)
tree0fb5b4cbce0ccb979e438ee8e2b7e2496da9963a /readme.md
parent7e44bbff6d7f572f5f92b3a6b0f1d5e523379ba4 (diff)
parent2dafbfe51b2b4ebafc21fe68a9b909ebe3a4e23b (diff)
Merge remote-tracking branch 'origin/master' into feature/larger-names
Diffstat (limited to 'readme.md')
-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
32$ cargo install dijo 32$ cargo install dijo
33``` 33```
34 34
35`dijo` on nixpkgs (maintained by [@Infinisil](https://github.com/Infinisil)):
36
37```
38$ nix-env -f channel:nixpkgs-unstable -iA dijo
39```
40
35If you aren't familiar with `cargo` or Rust, read the [complete 41If you aren't familiar with `cargo` or Rust, read the [complete
36installation](https://github.com/NerdyPepper/dijo/wiki/Install) 42installation](https://github.com/NerdyPepper/dijo/wiki/Install)
37guide. 43guide.