From 1661db684992d411360f1d6b44e7978a31959826 Mon Sep 17 00:00:00 2001 From: Alexander Bougakov Date: Mon, 15 Feb 2021 10:43:41 +0300 Subject: Fixes a typo in the build instructions (#6047) the line `brew install cmake git gettext` wasn't visible due to formatting error --- doc/How to build - Mac OS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/How to build - Mac OS.md b/doc/How to build - Mac OS.md index bab40ea26..5c2019454 100644 --- a/doc/How to build - Mac OS.md +++ b/doc/How to build - Mac OS.md @@ -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 +``` -- cgit v1.2.3