import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow";
<MarkdownChipRow labels={["Reference"]} />
When invoked as dfxvm-init, dfxvm performs one-time installation tasks.
By default, installs the latest version of dfx, and gives you an opportunity to customize the installation.
dfxvm-init [--dfx-version <version>] [--yes]| Option | Description |
|---|---|
--dfx-version <version> |
The version of dfx to install. Defaults to the latest dfx version |
--yes |
Skip confirmation prompt |
--no-modify-path |
Do not alter profile scripts to modify the PATH environment variable |
dfxvm-initInstall dfxvm and dfx 0.14.4, with an opportunity to customize the installation:
dfxvm-init --dfx-version 0.14.4Install dfxvm and the latest version of dfx without prompting for confirmation:
dfxvm-init --yes