Skip to content

Commit f12f9d3

Browse files
Update dfxvm-init.mdx
1 parent 5ee6f30 commit f12f9d3

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

docs/cli-reference/dfxvm-init/dfxvm-init.mdx

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
1-
import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow";
2-
31
# dfxvm-init
42

5-
<MarkdownChipRow labels={["Reference"]} />
6-
73
When invoked as `dfxvm-init`, `dfxvm` performs one-time installation tasks.
84

9-
By default, installs the latest version of dfx, and gives you an opportunity
10-
to customize the installation.
11-
12-
## Usage
5+
By default, installs the latest version of dfx, and gives you an opportunity to customize the installation.
136

147
```bash
158
dfxvm-init [--dfx-version <version>] [--yes]
@@ -25,19 +18,17 @@ dfxvm-init [--dfx-version <version>] [--yes]
2518

2619
## Examples
2720

28-
Install dfxvm and the latest version of dfx, with an opportunity
29-
to customize the installation
30-
3121
```bash
3222
dfxvm-init
3323
```
3424

35-
Install dfxvm and dfx 0.14.4, with an opportunity to customize the installation
25+
Install `dfxvm` and `dfx 0.14.4`, with an opportunity to customize the installation:
26+
3627
```bash
3728
dfxvm-init --dfx-version 0.14.4
3829
```
3930

40-
Install dfxvm and the latest version of dfx without prompting for confirmation
31+
Install `dfxvm` and the latest version of `dfx` without prompting for confirmation:
4132

4233
```bash
4334
dfxvm-init --yes

0 commit comments

Comments
 (0)