diff --git a/README.md b/README.md index 65a8f1505ca4c..9f8b354d11080 100644 --- a/README.md +++ b/README.md @@ -60,11 +60,11 @@ mkdir 3. Compile: ``` cd -cmake -S -B build -DCMAKE_INSTALL_PREFIX= -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=. -DNEXTCLOUD_DEV=ON +cmake -S -B build -DCMAKE_PREFIX_PATH= -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=. -DNEXTCLOUD_DEV=ON ``` > [!TIP] -> The cmake variabel NEXTCLOUD_DEV allows you to run your own build of the client while developing in parallel with an installed version of the client. +> The cmake variable NEXTCLOUD_DEV allows you to run your own build of the client while developing in parallel with an installed version of the client. 4. Build it: - Windows: