Add install instructions

This commit is contained in:
Miguel de la Cruz 2020-03-07 12:12:36 +01:00
parent 89a1bca0d3
commit d5815e4e6a

View file

@ -9,6 +9,14 @@ Command line tool to create and manage community campaigns. `campaigner` takes c
- `campaigner status` shows the current campaign data and progression.
- `campaigner report` generates reports from the campaign data.
## Install
To install `campaigner`, if you have the golang environment set up, you just have to run:
```sh
go get git.ctrlz.es/mgdelacroix/campaigner
```
## Usage
```sh