summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMark Provan <markgprovan@gmail.com>2019-10-24 13:56:14 +0100
committerGitHub <noreply@github.com>2019-10-24 13:56:14 +0100
commitf3da6796b9035285d105aa2d8cec9f9035aae62f (patch)
treec7167a1beb3cb45dac6ec21bc461bdd7cbd4f982 /README.md
parentcece12e87e9c614917a1c837765167d979785b99 (diff)
Update README to show latest version, for those who copy/paste
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 48fff64..6e866bd 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ Basically: Clone the repository, checkout to the latest tag, run `cargo install`
```bash
git clone https://github.com/rust-lang/rustlings
cd rustlings
-git checkout tags/1.0.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
+git checkout tags/1.4.1 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
cargo install --force --path .
```