Skip to content

Commit

Permalink
[ci skip] Scarf install instructions (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviaviavi authored and chshersh committed Oct 31, 2019
1 parent 20618db commit 75e999f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ By the way, Summoner operates as either CLI or TUI application, so you can choos
+ [Installation](#installation-)
+ [Summon-TUI](#summon-tui-)
+ [TUI: download binary](#tui-download-binary-)
+ [TUI: from Scarf](#tui-from-scarf-)
+ [TUI: from source](#tui-from-source-)
+ [Summon-CLI](#summon-cli-)
+ [CLI: download binary](#cli-download-binary-)
+ [CLI: from Hackage/Stackage](#cli-from-hackagestackage-)
+ [TUI: from Scarf](#cli-from-scarf-)
+ [CLI: from source](#cli-from-source-)
+ [Setup](#setup-)
* [Usage](#usage-)
Expand Down Expand Up @@ -196,6 +198,14 @@ chmod +x summon-cli-linux
mv summon-cli-linux ~/.local/bin/summon
```

##### TUI: from Scarf [](#structure)

Summoner binaries can be installed with [Scarf](https://scarf.sh).

```shell
scarf install summoner
```

##### TUI: from source [](#structure)

Fetch the repo using `cabal`:
Expand Down Expand Up @@ -256,6 +266,14 @@ Using `stack`:
stack install summoner
```

##### CLI: from Scarf [](#structure)

Summoner binaries can be installed with [Scarf](https://scarf.sh).

```shell
scarf install summoner
```

##### CLI: from source [](#structure)

Fetch the repo using `cabal`:
Expand Down

0 comments on commit 75e999f

Please sign in to comment.