Fixes a typo in the build instructions (#6047)

the line `brew install cmake git gettext` wasn't visible due to formatting error
This commit is contained in:
Alexander Bougakov
2021-02-15 10:43:41 +03:00
committed by GitHub
parent b75830df6e
commit 1661db6849

View File

@@ -90,8 +90,9 @@ Works on a fresh installation of MacOS Catalina 10.15.6
- Enter:
```brew install cmake git gettext
```
brew update
brew install cmake git gettext
brew upgrade
git clone https://github.com/prusa3d/PrusaSlicer/
cd PrusaSlicer/deps
@@ -105,3 +106,4 @@ cd build
cmake .. -DCMAKE_PREFIX_PATH="$PWD/../deps/build/destdir/usr/local"
make
src/prusa-slicer
```