We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde9359 commit ea470f6Copy full SHA for ea470f6
README.md
@@ -26,7 +26,7 @@ asdf plugin add starknet-foundry https://github.com/foundry-rs/asdf-starknet-fou
26
Show all installable versions:
27
28
```shell
29
-asdf list-all starknet-foundry
+asdf list all starknet-foundry
30
```
31
32
Install latest version:
@@ -44,13 +44,13 @@ asdf install starknet-foundry 0.8.2
44
Set a version globally (in your `~/.tool-versions` file):
45
46
47
-asdf global starknet-foundry latest
+asdf set --home starknet-foundry latest
48
49
50
Set a version locally:
51
52
53
-asdf local starknet-foundry latest
+asdf set starknet-foundry latest
54
55
56
Now snforge and sncast commands are available:
0 commit comments