Skip to content

Commit 8ce451e

Browse files
authored
Update installation docs (#2840)
<!-- 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`
1 parent 6af1722 commit 8ce451e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/src/getting-started/installation.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ Install Scarb
107107
asdf install scarb latest
108108
```
109109

110+
Set a version globally (in your ~/.tool-versions file):
111+
112+
```shell
113+
asdf global scarb latest
114+
```
115+
110116
To verify that Scarb was installed, run
111117

112118
```shell
@@ -129,6 +135,12 @@ Install Starknet Foundry
129135
asdf install starknet-foundry latest
130136
```
131137

138+
Set a version globally (in your ~/.tool-versions file):
139+
140+
```shell
141+
asdf global starknet-foundry latest
142+
```
143+
132144
To verify that Starknet Foundry was installed, run
133145

134146
```shell

0 commit comments

Comments
 (0)