Merge pull request #210 from rhafer/issue/209

Fix build instructions
This commit is contained in:
Andre Duffeck
2025-02-20 08:43:58 +01:00
committed by GitHub

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
```
Then compile the `opencloud` binary
``` console
make -C opencloud build