File tree 1 file changed +50
-0
lines changed
1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments