Skip to content

Commit 5dede81

Browse files
committed
Add attempts and steps to update rust and cargo
1 parent d36c979 commit 5dede81

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
11
# Thompson Book Start
22

3+
p.18
4+
5+
```bash
6+
cargo install-update -a
7+
8+
error: no such command: `install-update`
9+
10+
View all installed commands with `cargo --list`
11+
Find a package to install `install-update` with `cargo search cargo-install-update`
12+
13+
cargo install-update
14+
15+
error: no such command: `install-update`
16+
17+
View all installed commands with `cargo --list`
18+
Find a package to install `install-update` with `cargo search cargo-install-update`
19+
20+
cargo search cargo-install-update
21+
22+
cargo install cargo-update
23+
```
24+
25+
installs cargo-update

0 commit comments

Comments
 (0)