simplify build step by adding path to call to make
This commit is contained in:
@@ -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:
|
To build the backend, follow the following instructions:
|
||||||
|
|
||||||
``` console
|
``` console
|
||||||
cd opencloud
|
make -C opencloud build
|
||||||
make 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/).
|
For more information consult the [Development Documentation](https://docs.opencloud.eu/opencloud/).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user