Commit Diff


commit - 2ccde8610e8a6a0ad5cde9fecca1d1b72999bcf1
commit + 685505fe8f27105f2b80ffebde6863f8ada56e85
blob - 4e6a47b4489fecc9aa6d4dca17faef96edee07b0
blob + 671fc3029cdb7bfc29f7ee50b3c002a7c3ae9a8f
--- 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"`