Skip to content

Commit 3808f6e

Browse files
authored
Add README.md (#8)
**Stack**: - #8 ⬅ - #7 - #6 - #5 ⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
1 parent ceb1304 commit 3808f6e

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

README.md

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# asdf-cairo-coverage
2+
3+
[cairo-coverage] plugin for the [asdf] version manager.
4+
5+
## Install
6+
7+
This plugin needs `bash`, `curl`, `tar` and other generic POSIX utilities.
8+
Everything should be included by default on your system.
9+
10+
```shell
11+
asdf plugin add cairo-coverage https://github.com/software-mansion/asdf-cairo-coverage.git
12+
```
13+
14+
## Use
15+
16+
Show all installable versions:
17+
18+
```shell
19+
asdf list-all cairo-coverage
20+
```
21+
22+
Install latest version:
23+
24+
```shell
25+
asdf install cairo-coverage latest
26+
```
27+
28+
Install specific version:
29+
30+
```shell
31+
asdf install cairo-coverage 0.2.0
32+
```
33+
34+
Set a version globally (in your `~/.tool-versions` file):
35+
36+
```shell
37+
asdf global cairo-coverage latest
38+
```
39+
40+
Now cairo-coverage commands are available:
41+
42+
```shell
43+
cairo-coverage --version
44+
```
45+
46+
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to install & manage versions.
47+
48+
[asdf]: https://asdf-vm.com
49+
50+
[cairo-coverage]: https://github.com/software-mansion/cairo-coverage

0 commit comments

Comments
 (0)