Add installation instructions to the README.md

main^2
Georg Krause 2020-01-24 15:23:32 +01:00
parent 8b718dd31c
commit fe72ca3b73
1 changed files with 13 additions and 0 deletions

View File

@ -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`.