diff options
| author | liv <mokou@fastmail.com> | 2023-09-04 14:35:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-04 14:35:15 +0200 |
| commit | c57ad35e5bea45049f416f418cbcad75f2d66add (patch) | |
| tree | 85d2fdb8b556ce806ca4d72e28a8de3d6b2a884c /README.md | |
| parent | f7ef198e3a3cf0bedfacd507fa1ad57699f6ac16 (diff) | |
| parent | 15ae83f8681ecba76554841743c1a715001ded75 (diff) | |
Merge pull request #1477 from bean5/main
small changes to a few README files
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,7 @@ Alternatively, for a first-time Rust learner, there are several other resources: _Note: If you're on MacOS, make sure you've installed Xcode and its developer tools by typing `xcode-select --install`._ _Note: If you're on Linux, make sure you've installed gcc. Deb: `sudo apt install gcc`. Yum: `sudo yum -y install gcc`._ -You will need to have Rust installed. You can get it by visiting https://rustup.rs. This'll also install Cargo, Rust's package/project manager. +You will need to have Rust installed. You can get it by visiting <https://rustup.rs>. This'll also install Cargo, Rust's package/project manager. ## MacOS/Linux @@ -27,6 +27,7 @@ Just run: ```bash curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | bash ``` + Or if you want it to be installed to a different path: ```bash |
