From e6720470892b535e33c5b583c8bc79713ae9df41 Mon Sep 17 00:00:00 2001 From: aviaviavi Date: Thu, 2 May 2019 09:30:34 -0700 Subject: [PATCH] readme update for scarf --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f856730..a443923 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,17 @@ is also being developed and may fulfill the same needs. ### Installing -There are few options to install: +The best way to install curl-runnings is with the [scarf](https://scarf.sh) +package manager. + +```bash +# If you don't have scarf, you can easily install it with: +$ curl -L https://scarf.sh/install | bash + +$ scarf install curl-runnings +``` -- download the Linux or Mac built releases from the - github [releases page](https://github.com/aviaviavi/curl-runnings/releases) -- install the binary with `stack` or `cabal` -- build from source with `stack` +Alternatively, you can compile from source with stack. ### Writing a test specification