Skip to content

Commit 7c845e6

Browse files
committed
fix: cli prereqs
1 parent b4fb78e commit 7c845e6

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

pages/developers/cli/installation.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ title: Installation
44

55
# Tangle CLI Installation
66

7+
## Prerequisites
8+
9+
1. Install Rust
10+
11+
You can install Rust by following the instructions on the [Rust Installation Guide](https://www.rust-lang.org/tools/install)
12+
13+
or run the following command:
14+
15+
```shell
16+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
17+
```
18+
719
Install from source
820

921
1. From source (nightly)

pages/developers/cli/tangle.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,7 @@ are generated when deploying with the `--devnet` flag.
196196

197197
### Prerequisites
198198

199-
1. Install Tangle CLI, see [installation](./installation.mdx).
200-
2. Install a local devnet, see [devnet](/developers/devnet).
201-
202-
3. Create a new Blueprint:
199+
1. Install Cargo Tangle CLI, see [installation](./installation.mdx).
203200

204201
We will create a new Blueprint using the `create` command. For this demo, we won't make any changes to our blueprint.
205202
The Blueprint generated from the template is ready to be tested as-is.

0 commit comments

Comments
 (0)