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(-) 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