Tangle CLI Installation
There are multiple sources to install the CLI from:
- Using the installation script (stable)
The script supports Linux, MacOS, and Windows (WSL2)
$ curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tangle-network/gadget/releases/download/cargo-tangle/v0.1.1-beta.7/cargo-tangle-installer.sh | sh
- From crates.io (opens in a new tab) (stable)
$ cargo install cargo-tangle --force
- From source (nightly)
$ cargo install cargo-tangle --git https://github.com/tangle-network/gadget --force
You can verify your installation with:
$ cargo tangle --version