diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2016-06-15 00:08:05 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2016-06-15 00:08:05 +0200 |
commit | f5b028e4665e27235b03048826a2a44f6017d4bd (patch) | |
tree | c24b95e1020e07301c18f595e0f08ba772cd69b0 | |
parent | 32139455bfc7cbd3e6886ca195136b7b80a15d74 (diff) | |
download | freecad-boxer-f5b028e4665e27235b03048826a2a44f6017d4bd.tar.gz freecad-boxer-f5b028e4665e27235b03048826a2a44f6017d4bd.tar.bz2 freecad-boxer-f5b028e4665e27235b03048826a2a44f6017d4bd.tar.xz freecad-boxer-f5b028e4665e27235b03048826a2a44f6017d4bd.zip |
o Adding some installation instructions.
-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 |