diff --git a/README.md b/README.md index a6796eef..63c94180 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Solutions to rustlings 🦀❤️ +```bash 🎉 All exercises completed! 🎉 +----------------------------------------------------+ @@ -29,6 +30,8 @@ You can also contribute your own exercises to help the greater community! Before reporting an issue or contributing, please read our guidelines: https://github.com/rust-lang/rustlings/blob/main/CONTRIBUTING.md +``` + ## Original readme 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! @@ -60,6 +63,7 @@ curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | This will install Rustlings and give you access to the `rustlings` command. Run it to get started! ### Nix + Basically: Clone the repository at the latest tag, finally run `nix develop` or `nix-shell`. ```bash