From 56b2c4ccb766d68f8a68f51d5734ee5f233039d7 Mon Sep 17 00:00:00 2001 From: "Enrico Di Lorenzo - FastFieldSolvers S.R.L" Date: Fri, 16 Nov 2018 09:39:45 +0100 Subject: [PATCH] * Updated README.md with install folder instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a62279..ae0dccf 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ At present, the workbench supports: The ElectroMagnetic workbench is managed as a FreeCAD addon. This addon can be downloaded by clicking the **Download ZIP** button found on top of the page, or using **Git**. The addon must be placed in your user's FreeCAD/Mod folder. -**Note**: Your user's FreeCAD folder location is obtained by typing in FreeCAD's python console: `FreeCAD.ConfigGet("UserAppData")` +**Note**: Your user's FreeCAD folder location is obtained by typing in FreeCAD's python console: `FreeCAD.ConfigGet("UserAppData")`. + +You must then rename the new folder 'EM'. I.e., the new folder structure must be /Mod/EM. Opening, or closing/reopening FreeCAD then reloads the workbenches, and the E.M. workbench will show up in the pull-down workbenches menu in FreeCAD. ## Additional information