Skip to content

Commit e6b1ef2

Browse files
committed
docs: Apply fixes that linter noticed
1 parent 9fc336c commit e6b1ef2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Alternatively, for a first-time Rust learner, there are several other resources:
1414
_Note: If you're on MacOS, make sure you've installed Xcode and its developer tools by typing `xcode-select --install`._
1515
_Note: If you're on Linux, make sure you've installed gcc. Deb: `sudo apt install gcc`. Yum: `sudo yum -y install gcc`._
1616

17-
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.
17+
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.
1818

1919
## MacOS/Linux
2020

@@ -23,6 +23,7 @@ Just run:
2323
```bash
2424
curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | bash
2525
```
26+
2627
Or if you want it to be installed to a different path:
2728

2829
```bash

0 commit comments

Comments
 (0)