diff options
author | onielfa <[email protected]> | 2020-07-30 23:01:03 +0100 |
---|---|---|
committer | onielfa <[email protected]> | 2020-07-30 23:01:03 +0100 |
commit | e794c6ecf133df248471b465a7553d454b527399 (patch) | |
tree | 0fb5b4cbce0ccb979e438ee8e2b7e2496da9963a /readme.md | |
parent | 7e44bbff6d7f572f5f92b3a6b0f1d5e523379ba4 (diff) | |
parent | 2dafbfe51b2b4ebafc21fe68a9b909ebe3a4e23b (diff) |
Merge remote-tracking branch 'origin/master' into feature/larger-names
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 | |||
35 | If you aren't familiar with `cargo` or Rust, read the [complete | 41 | If you aren't familiar with `cargo` or Rust, read the [complete |
36 | installation](https://github.com/NerdyPepper/dijo/wiki/Install) | 42 | installation](https://github.com/NerdyPepper/dijo/wiki/Install) |
37 | guide. | 43 | guide. |