diff options
author | Akshay <[email protected]> | 2020-07-20 10:12:29 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-07-20 10:12:29 +0100 |
commit | a0b6e884e39c858855db28377f094c9466002274 (patch) | |
tree | f630596ba62207de5c6e67de805f715007b8fffa /readme.md | |
parent | 9eeb5aebd891eecadae575f6a27509c018beca54 (diff) |
add MSRV to installation section
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -25,7 +25,10 @@ much like a certain text editor. | |||
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 | ||