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