Add install instructions
This commit is contained in:
parent
89a1bca0d3
commit
d5815e4e6a
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue