From 07d0e6b41b40d2ddb5c14a6ffa38483dd124713a Mon Sep 17 00:00:00 2001 From: Jonathan Pallant Date: Mon, 1 Jul 2024 11:47:48 +0100 Subject: [PATCH] Point to published versions in README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f7c56ec..82db9e2e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ferrous Systems' Rust Training -This is free workshop material produced by Ferrous Systems for trainings. See our [ferrous-systems.com/training](https://ferrous-systems.com/training) for more details or a custom quote. +This is free workshop material produced by Ferrous Systems for trainings. See our [ferrous-systems.com/training](https://ferrous-systems.com/training) for more details or a custom quote. You can view this material on-line at . The material is created for people with anywhere from zero Rust experience (but with a programming background) to advanced Rust knowledge. @@ -20,9 +20,12 @@ This material is organised as an [`mdbook`](https://crates.io/crates/mdbook), wh You can: +* View the `main` branch in slide form at +* View the `main` branch in book form at +* View a specific tag like `v1.10.0` at or * Browse [the chapters of the book on Github](./training-slides/src/SUMMARY.md) * Clone the repo, and build the book (see [Building the material locally](#building-the-material-locally)) -* Download the slides in both slide-deck and book format, from the [releases area](https://github.com/ferrous-systems/rust-training/releases) +* Download the slides for off-line use in both slide-deck and book format, from the [releases area](https://github.com/ferrous-systems/rust-training/releases) ## Building the material locally