aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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