Commit Diff
--- README.md +++ README.md @@ -6,11 +6,12 @@ cli_incidence talks to the RKI (Robert-Koch-Institut) - The Go compiler -# Compiling +# Installing -`go build main.go` +`go install` +The executable `cli_incidence` will be installed in your $GOPATH. # Running -`./main -d "12062,hildburghausen"` +`cli_incidence -d "12062,hildburghausen"`
