diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -19,7 +19,7 @@ much like a certain text editor. | |||
19 | - **vim like command mode**: add with `:add`, delete with | 19 | - **vim like command mode**: add with `:add`, delete with |
20 | `:delete` and above all, quit with `:q`!. | 20 | `:delete` and above all, quit with `:q`!. |
21 | - **fully scriptable**: [configure `dijo` to | 21 | - **fully scriptable**: [configure `dijo` to |
22 | track your `git` commits](./Auto-Habits)! | 22 | track your `git` commits](https://github.com/NerdyPepper/dijo/wiki/Auto-Habits)! |
23 | 23 | ||
24 | ### Install | 24 | ### Install |
25 | 25 | ||
@@ -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. |