Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharon Solomon <sharonsolomon@users.noreply.github.com>2022-03-26 15:58:45 +0300
committerremi durand <remi-j.durand@thalesgroup.com>2022-04-01 01:00:12 +0300
commit14ce3ad01bed34f7f14b1f06fb19f8b5cdc7d754 (patch)
treec74210f978599104bf45f11279ec13dc98d3f5fe
parent630c14ba7729f35dc80c4a3c32af71c09023efd8 (diff)
Expanded instructions (#2577)merill-merge
to help those less familiar with installations via terminal
-rw-r--r--doc/How to build - Mac OS.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/How to build - Mac OS.md b/doc/How to build - Mac OS.md
index 312083e27..7d21dabbd 100644
--- a/doc/How to build - Mac OS.md
+++ b/doc/How to build - Mac OS.md
@@ -14,6 +14,8 @@ XCode is available through Apple's App Store, the other three tools are availabl
### How to get the source code
You have to gitclone the repository
+
+Open 'terminal' and enter each line, one at a time.
```
git clone https://github.com/slic3r/Slic3r.git
```
@@ -21,6 +23,7 @@ git clone https://github.com/slic3r/Slic3r.git
and then you have to clone the profiles submodules
```
+cd SuperSlicer
cd resources/profiles
git submodule update
```