Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/quick-start/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ asdf install scarb 2.9.4
and set a global version:

```bash
asdf global scarb 2.9.4
asdf set global scarb 2.9.4
```

Otherwise, you can simply run the following command in your terminal, and follow the onscreen instructions. This
Expand Down Expand Up @@ -100,13 +100,13 @@ asdf install starknet-devnet 0.2.3
and set it as the global or local version:

```bash
asdf global starknet-devnet 0.2.3
asdf set global starknet-devnet 0.2.3
```

or

```bash
asdf local starknet-devnet 0.2.3
asdf set local starknet-devnet 0.2.3
```

Otherwise, you can simply run the following command in your terminal and follow the on-screen instructions.
Expand Down Expand Up @@ -147,7 +147,7 @@ asdf install starknet-foundry 0.38.2
and set a global version:

```bash
asdf global starknet-foundry 0.38.2
asdf set global starknet-foundry 0.38.2
```

</details>
Expand Down