Skip to content

Commit

Permalink
Update installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kkawula committed Jan 11, 2025
1 parent 7ebb054 commit d1b3f00
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/src/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ Install Scarb
asdf install scarb latest
```

Set a version globally (in your ~/.tool-versions file):
```shell
asdf global scarb latest
```

To verify that Scarb was installed, run

```shell
Expand All @@ -129,6 +134,11 @@ Install Starknet Foundry
asdf install starknet-foundry latest
```

Set a version globally (in your ~/.tool-versions file):
```shell
asdf global starknet-foundry latest
```

To verify that Starknet Foundry was installed, run

```shell
Expand Down

0 comments on commit d1b3f00

Please sign in to comment.