diff options
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |