Skip to content

Commit 13951c9

Browse files
committed
chore: fix
1 parent 62a7e0f commit 13951c9

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

pages/developers/cli/installation.mdx

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,12 @@ title: Installation
44

55
# Tangle CLI Installation
66

7-
There are multiple sources to install the CLI from:
7+
Install from source
88

9-
1. Using the installation script (stable)
9+
1. From source (nightly)
1010

1111
> The script supports Linux, MacOS, and Windows (WSL2)
1212
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-
2513
```shell
2614
$ cargo install cargo-tangle --git https://github.com/tangle-network/gadget --force
2715
```
28-
29-
You can verify your installation with:
30-
31-
```shell
32-
$ cargo tangle --version
33-
```

0 commit comments

Comments
 (0)