Commit Graph

2 Commits (fa4a904c6a6933856dd98bc20d6cc139e18cef05)

Author SHA1 Message Date
Markus Stange fa4a904c6a Fix rustup command in the docs.
rustup install nightly --component rust-src

gives:

```
error: Found argument '--component' which wasn't expected, or isn't valid in this context

USAGE:
    rustup install [FLAGS] [OPTIONS] <toolchain>...

For more information try --help
```

The correct command seems to be `rustup toolchain install nightly --component rust-src`.
4 years ago
Dave Tucker 07a21e5822
docs: Initial Commit of Aya Book (#42)
Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
4 years ago