aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5fe8626..07a0af4 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,17 @@
FreeCAD module for creating boxes / cases suitable for laser cutting.
+# Installation
+
+Create the installation directory:
+
+ mkdir -p ~/.FreeCAD/Mod
+
+Either unzip the downloaded zip file or git clone the repository:
+
+ cd ~/.FreeCAD/Mod
+ unzip ../freecad-boxer.zip # or
+ git clone https://trygvis.io/git/2016/05/freecad-boxer.git
+
# Development
## Tips and tricks