mirror of https://github.com/aya-rs/aya
Fix rustup command in the docs. (#48)
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`.pull/52/head
parent
b880ccd269
commit
70dc862196
Loading…
Reference in New Issue