Skip to content

Commit a4b9242

Browse files
authored
Update environment-setup.adoc
1 parent 249944b commit a4b9242

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

components/Starknet/modules/quick-start/pages/environment-setup.adoc

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,6 @@ As a popular phrase (often attributed to Abraham Lincoln) says, "Give me six hou
2323
To review these tools in more detail, as well as all other Starknet developer tools, check out the xref:tools:overview.adoc[Tooling section].
2424
====
2525

26-
[#installing-rust]
27-
== Installing Rust
28-
29-
Installing Scarb, Starknet Foundry, Starkent Devnet, and Starkli require https://www.rust-lang.org/[Rust] to be installed. You can verify that Rust is installed and up-to-date by running:
30-
31-
[source,terminal]
32-
----
33-
rustc --version
34-
----
35-
36-
or install the latest Rust version by following the instructions in the https://doc.rust-lang.org/beta/book/ch01-01-installation.html[Rust documentation].
37-
3826
[#installing-scarb-and-snfoundry]
3927
== Installing Scarb and Starknet Foundry
4028

@@ -106,7 +94,7 @@ asdf install starknet-devnet latest
10694
+
10795
[source,terminal]
10896
----
109-
asdf global starknet-devnet latest
97+
asdf set -u starknet-devnet latest
11098
----
11199

112100
. Restart the terminal and verify that Starknet Devnet is installed correctly:

0 commit comments

Comments
 (0)