Updated the readme file...

to reflect that non-developers should be downloading the official releases unless they want to take their chances.
This commit is contained in:
Jeremy Wright 2015-03-05 18:40:51 -05:00
parent 4d5ca7a326
commit f760b4e9a1

View File

@ -5,7 +5,7 @@ A module-workbench combo that adds a CadQuery editor to FreeCAD
**Requires FreeCAD 0.14 or newer**
Click the *Download ZIP* button for this project, extract the zip file, and copy the `CadQuery` directory to FreeCAD's `Mod` directory on your system. The module is implemented completely in Python so it should just work the next time you start FreeCAD. Some typical `Mod` directory locations are as follows.
Download the [latest released version](https://github.com/jmwright/cadquery-freecad-module/releases/tag/v0.1.8), extract the archive file, and copy the `CadQuery` directory to FreeCAD's `Mod` directory on your system. The module is implemented completely in Python so it should just work the next time you start FreeCAD. Some typical `Mod` directory locations are as follows.
### Linux
* /usr/lib/freecad/Mod
@ -18,3 +18,5 @@ Click the *Download ZIP* button for this project, extract the zip file, and copy
### Mac
* /Applications/FreeCAD.app/Contents/Mod
* /Applications/FreeCAD.app/Mod
For additional information and troubleshooting steps, please see the [wiki](https://github.com/jmwright/cadquery-freecad-module/wiki)