From 1a25bef47e317357c6fd04ce1d7ada5f0c8b4fca Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Thu, 20 Feb 2025 08:33:32 +0100 Subject: [PATCH] Fix build instructions 'make generate' is needed Closes: #209 --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dde406d2de..b3043c0452 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,15 @@ The OpenCloud server is released under [Apache 2.0](LICENSE). The project is ver ### Build OpenCloud -To build the backend, follow the following instructions: +To build the backend, follow these instructions: + +Generate the assets needed by e.g. the web UI and the builtin IDP + +``` console +make generate +``` + +The compile the `opencloud` binary ``` console make -C opencloud build