Skip to content

Commit

Permalink
Update asdf usage in README.md (#23)
Browse files Browse the repository at this point in the history
Update asdf usage for 0.16.0 version
  • Loading branch information
ksew1 authored Feb 11, 2025
1 parent 833c665 commit da6b177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ asdf plugin add scarb https://github.com/software-mansion/asdf-scarb.git
Show all installable versions:

```shell
asdf list-all scarb
asdf list all scarb
```

Install latest version:
Expand Down Expand Up @@ -52,7 +52,7 @@ asdf install scarb nightly-2023-08-10
Set a version globally (in your `~/.tool-versions` file):

```shell
asdf global scarb latest
asdf set -u scarb latest
```

Now scarb commands are available:
Expand Down

0 comments on commit da6b177

Please sign in to comment.