diff options
author | Akshay <[email protected]> | 2020-07-24 17:15:30 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-07-24 17:15:30 +0100 |
commit | 2dafbfe51b2b4ebafc21fe68a9b909ebe3a4e23b (patch) | |
tree | dac909f50589ef1e1a5fe6bd9be7469e8289f8d7 /readme.md | |
parent | 5c13cecaec4ce4c0e4f79c781cd9c90301bf82ad (diff) |
add installation instructions for nix
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. |