aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-07-20 10:12:29 +0100
committerAkshay <[email protected]>2020-07-20 10:12:29 +0100
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.
25 25
26Get `dijo` by running the following at the nearest prompt: 26Get `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