dfxvm: The dfx version manager
dfxvm installs the Internet Computer SDK (dfx), enabling you to easily switch between different versions.
Documentation
See the command-line reference for documentation on using dfxvm.
Installation
You can install dfxvm via curl
.
sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
You will have an opportunity to select the version, but you can also specify it on the command line:
DFX_VERSION=0.15.1 sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
Contribution
Contributions to dfxvm are welcome! For information about contributing, see CONTRIBUTING.md. Contributors must agree to a CLA.
License
Copyright 2023 DFINITY Stiftung sdk@dfinity.org.
dfxvm is licensed under the Apache 2.0 License.
Acknowledgements
dfxvm is inspired by, and parts are copied from and/or derived from, rustup, which is also licensed under the Apache 2.0 License.