We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36c979 commit 5dede81Copy full SHA for 5dede81
documentation3/C01-TompsonBook-Start.md
@@ -1,2 +1,25 @@
1
# Thompson Book Start
2
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
16
17
18
19
20
+cargo search cargo-install-update
21
22
+cargo install cargo-update
23
+```
24
25
+installs cargo-update
0 commit comments