Skip to content

Commit e672047

Browse files
committed
readme update for scarf
1 parent 98d15c5 commit e672047

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,17 @@ is also being developed and may fulfill the same needs.
3737

3838
### Installing
3939

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+
```
4149

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.
4651

4752
### Writing a test specification
4853

0 commit comments

Comments
 (0)