Skip to content

Commit ea470f6

Browse files
committed
Update asdf usage in README.md
1 parent cde9359 commit ea470f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ asdf plugin add starknet-foundry https://github.com/foundry-rs/asdf-starknet-fou
2626
Show all installable versions:
2727

2828
```shell
29-
asdf list-all starknet-foundry
29+
asdf list all starknet-foundry
3030
```
3131

3232
Install latest version:
@@ -44,13 +44,13 @@ asdf install starknet-foundry 0.8.2
4444
Set a version globally (in your `~/.tool-versions` file):
4545

4646
```shell
47-
asdf global starknet-foundry latest
47+
asdf set --home starknet-foundry latest
4848
```
4949

5050
Set a version locally:
5151

5252
```shell
53-
asdf local starknet-foundry latest
53+
asdf set starknet-foundry latest
5454
```
5555

5656
Now snforge and sncast commands are available:

0 commit comments

Comments
 (0)