add README

This commit is contained in:
Michael Stapelberg
2020-06-20 11:35:49 +02:00
parent f94dc9efc6
commit 51a2692707

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# qrbill
To install the program:
```
go install github.com/stapelberg/qrbill/cmd/...
```
To run the program:
```
qrbill-api
```