mirror of https://github.com/rwf2/Rocket.git
Fix typo in getting started guide.
Replace 'installled' with 'installed'.
This commit is contained in:
parent
e65f0ff494
commit
b7c03ce2b5
|
@ -12,7 +12,7 @@ installation of the latest Rust compiler, feel free to skip to the next section.
|
||||||
|
|
||||||
To install the latest version of Rust, we recommend using `rustup`. Install
|
To install the latest version of Rust, we recommend using `rustup`. Install
|
||||||
`rustup` by following the instructions on [its website](https://rustup.rs/).
|
`rustup` by following the instructions on [its website](https://rustup.rs/).
|
||||||
Once `rustup` is installed, ensure the latest toolchain is installled by running
|
Once `rustup` is installed, ensure the latest toolchain is installed by running
|
||||||
the command:
|
the command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in New Issue