mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-11 21:29:18 +00:00
docs: ✏️ updated readme - formatting
This commit is contained in:
parent
2b8ff333af
commit
e761017856
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user