From c7e92cb73052d8ce2ed0e72d621603536a64a671 Mon Sep 17 00:00:00 2001 From: Pierre Dubouilh Date: Sun, 28 Jun 2020 12:49:03 +0200 Subject: [PATCH] add install instructions to makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 063183e..02f9d05 100755 --- a/Makefile +++ b/Makefile @@ -5,6 +5,9 @@ build: CGO_ENABLED=0 go build gossa.go rm gossa.go +install: + sudo cp gossa /usr/local/bin + run: ./gossa -verb=true test-fixture