File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ title: Installation
4
4
5
5
# Tangle CLI Installation
6
6
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
+
7
19
Install from source
8
20
9
21
1 . From source (nightly)
Original file line number Diff line number Diff line change @@ -196,10 +196,7 @@ are generated when deploying with the `--devnet` flag.
196
196
197
197
### Prerequisites
198
198
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 ) .
203
200
204
201
We will create a new Blueprint using the ` create ` command. For this demo, we won't make any changes to our blueprint.
205
202
The Blueprint generated from the template is ready to be tested as-is.
You can’t perform that action at this time.
0 commit comments