diff --git a/README.md b/README.md index 24e423c..9e8df7b 100644 --- a/README.md +++ b/README.md @@ -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)