File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed
docs/cli-reference/dfxvm-init Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change 1- import { MarkdownChipRow } from " /src/components/Chip/MarkdownChipRow" ;
2-
31# dfxvm-init
42
5- <MarkdownChipRow labels = { [" Reference" ]} />
6-
73When 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
158dfxvm-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
3222dfxvm-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
3728dfxvm-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
4334dfxvm-init --yes
You can’t perform that action at this time.
0 commit comments