diff --git a/doc/How to build - Linux et al.md b/doc/How to build - Linux et al.md index 0f4a6f7790..b9e0516fae 100644 --- a/doc/How to build - Linux et al.md +++ b/doc/How to build - Linux et al.md @@ -40,6 +40,7 @@ git clone https://www.github.com/prusa3d/PrusaSlicer cd PrusaSlicer ``` This will download the source code into a new directory and `cd` into it. You can now optionally select a tag/branch/commit to build using `git checkout`. Otherwise, `master` branch will be built. +The path to the build directory must not contain spaces - this scenario is not supported by the build scripts. #### 2. Building dependencies