diff --git a/docs/quick-start/installation.mdx b/docs/quick-start/installation.mdx index a17ece4..48531b8 100644 --- a/docs/quick-start/installation.mdx +++ b/docs/quick-start/installation.mdx @@ -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 @@ -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. @@ -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 ```