Skip to content

Commit 0d5bd59

Browse files
committed
Add README.md
commit-id:90b2fedb
1 parent 580e613 commit 0d5bd59

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

README.md

+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
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
12+
```
13+
14+
or
15+
16+
```shell
17+
asdf plugin add cairo-coverage https://github.com/software-mansion/asdf-cairo-coverage.git
18+
```
19+
20+
## Use
21+
22+
Show all installable versions:
23+
24+
```shell
25+
asdf list-all cairo-coverage
26+
```
27+
28+
Install latest version:
29+
30+
```shell
31+
asdf install cairo-coverage latest
32+
```
33+
34+
Install specific version:
35+
36+
```shell
37+
asdf install cairo-coverage 0.2.0
38+
```
39+
40+
Set a version globally (in your `~/.tool-versions` file):
41+
42+
```shell
43+
asdf global cairo-coverage latest
44+
```
45+
46+
Now cairo-coverage commands are available:
47+
48+
```shell
49+
cairo-coverage --version
50+
```
51+
52+
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to install & manage versions.
53+
54+
[asdf]: https://asdf-vm.com
55+
56+
[cairo-coverage]: https://github.com/software-mansion/cairo-coverage

0 commit comments

Comments
 (0)