simplify build step by adding path to call to make

This commit is contained in:
Klaas Freitag
2025-01-20 12:38:34 +01:00
parent 8230cd3190
commit ec962a8623

View File

@@ -29,10 +29,9 @@ The OpenCloud server is released under [Apache 2.0](LICENSE). The project is ver
To build the backend, follow the following instructions:
``` console
cd opencloud
make build
make -C opencloud build
```
That will produce the binary `bin/opencloud`.
That will produce the binary `opencloud/bin/opencloud`.
For more information consult the [Development Documentation](https://docs.opencloud.eu/opencloud/).