Skip to content

Commit deb5944

Browse files
authored
Update asdf usage in README.md (#9)
Update `asdf` usage for 0.16.0 version
1 parent 3808f6e commit deb5944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ asdf plugin add cairo-coverage https://github.com/software-mansion/asdf-cairo-co
1616
Show all installable versions:
1717

1818
```shell
19-
asdf list-all cairo-coverage
19+
asdf list all cairo-coverage
2020
```
2121

2222
Install latest version:
@@ -34,7 +34,7 @@ asdf install cairo-coverage 0.2.0
3434
Set a version globally (in your `~/.tool-versions` file):
3535

3636
```shell
37-
asdf global cairo-coverage latest
37+
asdf set --home cairo-coverage latest
3838
```
3939

4040
Now cairo-coverage commands are available:

0 commit comments

Comments
 (0)