diff options
author | Akshay <[email protected]> | 2020-07-23 17:53:59 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-07-23 17:53:59 +0100 |
commit | 91cb3ebf5b3af666b13f4821ff25f219fdccd7b9 (patch) | |
tree | c91d6cffd4d215b325e81bedfdcfdfdcea76a537 /readme.md | |
parent | 02bba52346d948e90fbc1b351486f0f1307c243d (diff) | |
parent | d1d1aeb3d5aaa75f262467c5e683e76ce7a844ab (diff) |
Merge branch 'feature/windows' of https://github.com/filalex77/dijo into feature/windows
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -19,13 +19,16 @@ 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 | ||
26 | Get `dijo` by running the following at the nearest prompt: | 26 | Get `dijo` by running the following at the nearest prompt: |
27 | 27 | ||
28 | ``` | 28 | ```shell |
29 | # dijo requires rustc >= v1.42 | ||
30 | $ rustup update | ||
31 | |||
29 | $ cargo install dijo | 32 | $ cargo install dijo |
30 | ``` | 33 | ``` |
31 | 34 | ||