ZRColaWS: Document install

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2022-09-20 12:50:11 +02:00
parent e78bbc9c3b
commit 0e2678f09e

View File

@ -65,6 +65,9 @@ The `/ls` flag can be appended to the commands above to reduce NMAKE's verbosity
### Building ### Building
Use `make -C ZRColaWS all` to build the project. Use `make -C ZRColaWS all` to build the project.
### Installing
Use `sudo make -C ZRColaWS install` to install the project.
## Translating ZRCola ## Translating ZRCola
Instructions how to translate ZRCola to your language can be found [here](LOCALIZATION.md). Instructions how to translate ZRCola to your language can be found [here](LOCALIZATION.md).