From 0e2678f09e6bb3766eb6db98833dd22174521d0d Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 20 Sep 2022 12:50:11 +0200 Subject: [PATCH] ZRColaWS: Document install Signed-off-by: Simon Rozman --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ec76cfb..205fed5 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,9 @@ The `/ls` flag can be appended to the commands above to reduce NMAKE's verbosity ### Building Use `make -C ZRColaWS all` to build the project. +### Installing +Use `sudo make -C ZRColaWS install` to install the project. + ## Translating ZRCola Instructions how to translate ZRCola to your language can be found [here](LOCALIZATION.md).