From d5815e4e6aea36a4fe26e362142c71d03fac6751 Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Sat, 7 Mar 2020 12:12:36 +0100 Subject: [PATCH] Add install instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cc66689..da6d8b2 100644 --- a/README.md +++ b/README.md @@ -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