From a0b6e884e39c858855db28377f094c9466002274 Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 20 Jul 2020 14:42:29 +0530 Subject: add MSRV to installation section --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index c407fae..fbca787 100644 --- a/readme.md +++ b/readme.md @@ -25,7 +25,10 @@ much like a certain text editor. Get `dijo` by running the following at the nearest prompt: -``` +```shell +# dijo requires rustc >= v1.42 +$ rustup update + $ cargo install dijo ``` -- cgit v1.2.3 From 552d29f9809f20b3c970b2464512847f7d141c66 Mon Sep 17 00:00:00 2001 From: Leonardo Santos Date: Mon, 20 Jul 2020 21:01:48 -0300 Subject: Fix broken link --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index fbca787..714234e 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,7 @@ much like a certain text editor. - **vim like command mode**: add with `:add`, delete with `:delete` and above all, quit with `:q`!. - **fully scriptable**: [configure `dijo` to - track your `git` commits](./Auto-Habits)! + track your `git` commits](https://github.com/NerdyPepper/dijo/wiki/Auto-Habits)! ### Install -- cgit v1.2.3