File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,17 @@ is also being developed and may fulfill the same needs.
37
37
38
38
### Installing
39
39
40
- There are few options to install:
40
+ The best way to install curl-runnings is with the [ scarf] ( https://scarf.sh )
41
+ package manager.
42
+
43
+ ``` bash
44
+ # If you don't have scarf, you can easily install it with:
45
+ $ curl -L https://scarf.sh/install | bash
46
+
47
+ $ scarf install curl-runnings
48
+ ```
41
49
42
- - download the Linux or Mac built releases from the
43
- github [ releases page] ( https://github.com/aviaviavi/curl-runnings/releases )
44
- - install the binary with ` stack ` or ` cabal `
45
- - build from source with ` stack `
50
+ Alternatively, you can compile from source with stack.
46
51
47
52
### Writing a test specification
48
53
You can’t perform that action at this time.
0 commit comments