Skip to content

Commit

Permalink
Update README with asdf installation method (#130)
Browse files Browse the repository at this point in the history
<!-- Reference any GitHub issues resolved by this PR -->

Closes #47 

## Introduced changes

<!-- A brief description of the changes -->

- 

## Checklist

<!-- Make sure all of these are complete -->

- [x] Linked relevant issue
- [x] Updated relevant documentation
- [ ] Added relevant tests
- [x] Performed self-review of the code
- [ ] Added changes to `CHANGELOG.md`
  • Loading branch information
ksew1 authored Jan 14, 2025
1 parent c7aba86 commit 0088799
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,26 @@
## Installation

You can install `cairo-coverage` using [asdf](https://asdf-vm.com/guide/getting-started.html)
or the installation script.

### asdf (recommended):

```shell
asdf plugin add cairo-coverage /~https://github.com/software-mansion/asdf-cairo-coverage.git
asdf install cairo-coverage latest # Replace 'latest' with a specific version number if needed
```

Please remember to set global/project version to use:

```shell
asdf global cairo-coverage latest
# or
asdf local cairo-coverage latest
```

### script:

To install the latest stable version of `cairo-coverage`, run:

```shell
Expand Down

0 comments on commit 0088799

Please sign in to comment.