Skip to content

Commit 8b19919

Browse files
authored
add starkup to docs [skip ci] (#872)
* add starkup to docs [skip ci] * improve wording [skip ci]
1 parent adc2cb7 commit 8b19919

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

website/docs/running/install.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,21 @@ $ asdf install starknet-devnet 0.2.0
6161

6262
Check [asdf guide](https://asdf-vm.com/guide/getting-started.html) for more instructions on how to install & manage versions.
6363

64+
### Install with starkup
65+
66+
[Starkup](https://github.com/software-mansion/starkup) is a tool for installing and managing Starknet-related tools, including starknet-devnet. To run starkup itself:
67+
68+
```
69+
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.starkup.sh | sh
70+
```
71+
72+
Starkup uses `asdf` underneath to manage tool versions. After installation, you can use standard ASDF commands to manage starknet-devnet.
73+
74+
Make sure to restart your terminal or source your shell configuration file after installation to have starknet-devnet available in your PATH.
75+
6476
### Run the installed executable
6577

66-
When `cargo install` finishes, follow the output in your terminal. If properly configured, you should be able to run Devnet with:
78+
When `cargo install` or another installation method finishes, follow the output in your terminal. If properly configured, you should be able to run Devnet with:
6779

6880
```
6981
$ starknet-devnet

0 commit comments

Comments
 (0)