From fe72ca3b73a9f6e62cc5743fae59f76d73b82ca0 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Fri, 24 Jan 2020 15:23:32 +0100 Subject: [PATCH] Add installation instructions to the README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 854d48b..551c11a 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,16 @@ Meet Gott! This is a simple time tracking tool in Go. Its currently work in prog The aim is to create a tool which allows timetracking from command line, syncs between devices, probably with a nice web interface later on (fuck you Mite! ;) + +## Setup + +You need to have `go` installed on your system. + +``` +go get git.soundship.de/gcrkrause/gott +cd $(go env GOPATH)/src/git.soundship.de/gcrkrause/gott +go build +go install +``` + +No the binary lives in `$GOPATH/bin`. Make sure, this is in your `$PATH`.