Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dfinity/dfxvm

dfx version manager
https://github.com/dfinity/dfxvm

Last synced: 5 days ago
JSON representation

dfx version manager

Awesome Lists containing this project

README

        

# dfxvm: The dfx version manager

*dfxvm* installs the [Internet Computer SDK][sdk] (dfx), enabling you
to easily switch between different versions.

## Documentation

See the [command-line reference][cli-reference] for
documentation on using dfxvm.

## Installation

You can install dfxvm via `curl`.

``` bash
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:

``` bash
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][contributing]. Contributors must agree to a [CLA][cla].

## License

Copyright 2023 DFINITY Stiftung [[email protected]](mailto:[email protected]).

dfxvm is licensed under the [Apache 2.0 License][license].

## Acknowledgements

dfxvm is inspired by, and parts are copied from and/or derived from, [rustup][rustup],
which is also licensed under the [Apache 2.0 License][license].

[cla]: https://github.com/dfinity/cla/blob/main/CLA.md
[cli-reference]: https://github.com/dfinity/dfxvm/blob/main/docs/cli-reference/index.mdz
[contributing]: https://github.com/dfinity/dfxvm/blob/main/CONTRIBUTING.md
[license]: https://github.com/dfinity/dfxvm/blob/main/LICENSE
[rustup]: https://github.com/rust-lang/rustup
[sdk]: https://github.com/dfinity/sdk