docs: ✏️ updated readme - formatting

This commit is contained in:
Karan Kadam 2022-12-28 15:05:25 +10:30
parent 2b8ff333af
commit e761017856

View File

@ -1,5 +1,6 @@
# Solutions to rustlings 🦀❤️ # Solutions to rustlings 🦀❤️
```bash
🎉 All exercises completed! 🎉 🎉 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: Before reporting an issue or contributing, please read our guidelines:
https://github.com/rust-lang/rustlings/blob/main/CONTRIBUTING.md https://github.com/rust-lang/rustlings/blob/main/CONTRIBUTING.md
```
## Original readme ## 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! 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! This will install Rustlings and give you access to the `rustlings` command. Run it to get started!
### Nix ### Nix
Basically: Clone the repository at the latest tag, finally run `nix develop` or `nix-shell`. Basically: Clone the repository at the latest tag, finally run `nix develop` or `nix-shell`.
```bash ```bash