summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorliv <liv@fastmail.com>2019-01-23 22:00:38 +0100
committerliv <liv@fastmail.com>2019-01-23 22:00:38 +0100
commit92072f39ac6b334c27f08de4b5c408b0e98784e2 (patch)
tree1e6c3681a2c65933d52bfb7f0e2abaf734d1e403 /README.md
parent531f8fe6ff835bb8b464fcdabc5fec84f9ff35a5 (diff)
update readme with reference to the old version
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index ec3ac36..762ae6b 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@
Greetings and welcome to `rustlings`. This project contains small exercises to get you used to reading and writing Rust code. This includes reading and responding to compiler messages!
+_...looking for the old, web-based version of Rustlings? Try [here](https://github.com/rustlings/rustlings/tree/rustlings-1)_
+
Alternatively, for a first-time Rust learner, there's several other resources:
- [The Book](https://doc.rust-lang.org/book/index.html) - The most comprehensive resource for learning Rust, but a bit theoretical sometimes. You will be using this along with Rustlings!