Skip to content

Commit

Permalink
Update installation docs (#2840)
Browse files Browse the repository at this point in the history
<!-- Reference any GitHub issues resolved by this PR -->

Closes #

## Introduced changes

<!-- A brief description of the changes -->

-

## Checklist

<!-- Make sure all of these are complete -->

- [x] Linked relevant issue
- [x] Updated relevant documentation
- [x] Added relevant tests
- [x] Performed self-review of the code
- [x] Added changes to `CHANGELOG.md`
  • Loading branch information
kkawula authored Jan 15, 2025
1 parent 6af1722 commit 8ce451e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/src/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ 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 +135,12 @@ 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 8ce451e

Please sign in to comment.