From f5b028e4665e27235b03048826a2a44f6017d4bd Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 15 Jun 2016 00:08:05 +0200 Subject: o Adding some installation instructions. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- cgit v1.2.3