File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -4,30 +4,12 @@ title: Installation
4
4
5
5
# Tangle CLI Installation
6
6
7
- There are multiple sources to install the CLI from:
7
+ Install from source
8
8
9
- 1 . Using the installation script (stable )
9
+ 1 . From source (nightly )
10
10
11
11
> The script supports Linux, MacOS, and Windows (WSL2)
12
12
13
- ``` shell
14
- $ curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/tangle-network/gadget/releases/download/cargo-tangle-v0.3.3/cargo-tangle-installer.sh | sh
15
- ```
16
-
17
- 2 . From [ crates.io] ( https://crates.io ) (stable)
18
-
19
- ``` shell
20
- $ cargo install cargo-tangle --force
21
- ```
22
-
23
- 3 . From source (nightly)
24
-
25
13
``` shell
26
14
$ cargo install cargo-tangle --git https://github.com/tangle-network/gadget --force
27
15
```
28
-
29
- You can verify your installation with:
30
-
31
- ``` shell
32
- $ cargo tangle --version
33
- ```
You can’t perform that action at this time.
0 commit comments