gott/README.md

20 lines
549 B
Markdown
Raw Normal View History

2020-01-15 15:04:31 +01:00
# Gott
Meet Gott! This is a simple time tracking tool in Go. Its currently work in progress, so DO NOT USE THIS IN PRODUCTION!
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`.