Fix build instructions

'make generate' is needed

Closes: #209
This commit is contained in:
Ralf Haferkamp
2025-02-20 08:33:32 +01:00
parent 35a53e5f16
commit 1a25bef47e

View File

@@ -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