Update README.md

This commit is contained in:
Jan Eitzinger
2022-09-27 07:44:35 +02:00
committed by GitHub
parent 7eebc0b5b7
commit 4af3b62567

View File

@@ -42,7 +42,7 @@ Please note that some views do not work without a metric backend (e.g., the Syst
## Howto Build and Run
There is a Makefile to automate the build of cc-backend. The Makefile supports the following targets:
* `$ make`: Initialize `var` directory and build svelte frontend and backend binary. Please note that there is no proper prerequesite handling. Any change of frontend source files will trigger a omplete rebuild.
* `$ make`: Initialize `var` directory and build svelte frontend and backend binary. Please note that there is no proper prerequesite handling. Any change of frontend source files will trigger a complete rebuild.
* `$ make clean`: Clean go build cache and remove binary
* `$ make test`: Run the tests that are also run in the GitHub workflow setup.