summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbean5 <2052646+bean5@users.noreply.github.com>2023-04-13 19:37:19 -0600
committerbean5 <2052646+bean5@users.noreply.github.com>2023-04-13 20:31:59 -0600
commite6b1ef20496ef2287442c4abef130ae835395a23 (patch)
tree8f3c5efc2abd9656da00216c21291d050425cbd8 /README.md
parent9fc336c7f7a9644b51f37b0a2dcfe0640bca8d40 (diff)
docs: Apply fixes that linter noticed
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index be470fd..f37e122 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,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
@@ -23,6 +23,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