From ec962a8623987bb14e58d77f6e14e8adccf23dc7 Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Mon, 20 Jan 2025 12:38:34 +0100 Subject: [PATCH] simplify build step by adding path to call to make --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 116d7a70a4..01ef010016 100644 --- a/README.md +++ b/README.md @@ -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/).