summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-25 19:54:03 +0200
committermo8it <mo8it@proton.me>2024-04-25 19:54:03 +0200
commit8d45cdb09df7fbff117b91f500ccf82980732a47 (patch)
treed7dcacc2cd54d5e424093233b96c8e141cda42e7 /README.md
parenta4e623ea94757d976ec38a5a771ea07e64e9105e (diff)
Fix missing info.toml in the macros crate
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