Commit Graph

3 Commits (1153a51202347f327709bd49c3bc860a7db41abb)

Author SHA1 Message Date
Dave Tucker 1153a51202
docs: Logging Packets ()
Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
Markus Stange 70dc862196
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`.
Dave Tucker 07a21e5822
docs: Initial Commit of Aya Book ()
Signed-off-by: Dave Tucker <dave@dtucker.co.uk>