Commit afdf053
committed
Add common commands section in help text
Judging from user feedback coming out of Debian
distros, it appears that after installing `rustup`
from the package manager it is not immediately
clear which command installs the toolchain.
This patch adds a small text so that after
installation of `rustup`, which normally does not
invoke the toolchain installation for the user,
the user can still receive guidance on how to set
up the local toolchain immediately.
Signed-off-by: Xiangfei Ding <dingxiangfei2009@protonmail.ch>1 parent c75045d commit afdf053
File tree
4 files changed
+76
-5
lines changed- src/cli
- tests/suite/cli_rustup_ui
4 files changed
+76
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
15 | 26 | | |
16 | 27 | | |
17 | 28 | | |
| |||
Loading
Lines changed: 21 additions & 1 deletion
Loading
Lines changed: 22 additions & 2 deletions
Loading
0 commit comments