Skip to content

Commit

Permalink
updated install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
brittonhayes committed Dec 7, 2020
1 parent 5b9b146 commit c9d8b57
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,21 @@ Pillager is designed to provide a simple means of leveraging Go's strong concurr

## Installation

### Command line
### Go

If you have Go setup on your system, you can install Pillager with `go get`

```shell script
go get github.com/brittonhayes/pillager
```

#### Scoop (Windows)

```powershell
scoop bucket add pillager https://github.com/brittonhayes/pillager-scoop.git
scoop install pillager
```

If you're looking for a binary, check the latest releases for the executable that matches your system

## Usage
Expand Down

0 comments on commit c9d8b57

Please sign in to comment.