mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-16 05:17:55 -04:00
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:
|
||||
|
||||
``` 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/).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user