summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2164269..4b50290 100644
--- a/README.md
+++ b/README.md
@@ -29,8 +29,10 @@ This'll also install _Cargo_, Rust's package/project manager.
The following command will download and compile Rustlings:
+<!-- TODO: Remove @6.0.0-beta.x -->
+
```bash
-cargo install rustlings --locked
+cargo install rustlings@6.0.0-beta.2 --locked
```
### Initialization