Skip to content

Commit

Permalink
Readme: Installation with stack
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 committed Aug 15, 2019
1 parent ec89509 commit 5a08075
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ A git checkout command-line tool

![screenshot](https://raw.githubusercontent.com/andys8/git-brunch/master/screenshot.png)

## Install from source
## Installation

### Stack

```sh
stack install --resolver=lts-14 git-brunch
```

### From source

```sh
git clone https://github.com/andys8/git-brunch.git
Expand Down

0 comments on commit 5a08075

Please sign in to comment.