summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkshay <nerdy@peppe.rs>2020-07-20 14:42:29 +0530
committerAkshay <nerdy@peppe.rs>2020-07-20 14:42:29 +0530
commita0b6e884e39c858855db28377f094c9466002274 (patch)
treef630596ba62207de5c6e67de805f715007b8fffa
parent9eeb5aebd891eecadae575f6a27509c018beca54 (diff)
add MSRV to installation section
-rw-r--r--readme.md5
1 files changed, 4 insertions, 1 deletions
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
```