diff options
-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 | ||