From 1a25bef47e317357c6fd04ce1d7ada5f0c8b4fca Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Thu, 20 Feb 2025 08:33:32 +0100 Subject: [PATCH 1/2] 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 From bc6b975ed7a8652745ae964a2ce9368c736c960f Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Thu, 20 Feb 2025 08:43:12 +0100 Subject: [PATCH 2/2] Update README.md Co-authored-by: Andre Duffeck --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3043c0452..e780b81249 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Generate the assets needed by e.g. the web UI and the builtin IDP make generate ``` -The compile the `opencloud` binary +Then compile the `opencloud` binary ``` console make -C opencloud build