From 2b8825376e5d97c4a0850078deb988622e488664 Mon Sep 17 00:00:00 2001
From: danreb25 <bernard.blockmans@gmail.com>
Date: Wed, 28 Aug 2019 07:14:39 +0200
Subject: [PATCH] Update README.md

the Mod folder has to be named "parts_library" instead of  "FreeCAD-library"
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 70d65bba..1453df39 100755
--- a/README.md
+++ b/README.md
@@ -54,7 +54,8 @@ We are trying to find ways to workaround this. If the Addons Manager takes too l
 * In FreeCAD, find which is your user **modules folder** by entering or pasting `App.getUserAppDataDir()+"Mod"` and your usr **macros folder** by entering `App.getUserMacroDir()` in the Python console (found under menu View->Panels)
 * Download the library as a zip file using the green "clone or download" button in the top right corner of this page
 * Unzip the zip file you just downloaded. You will get a "FreeCAD-library" folder
-* Move that folder to the **modules folder** location that we got above
+* Rename that folder from "FreeCAD-library" to "parts_library"
+* Move that renamed folder to the **modules folder** location that we got above
 * Inside the FreeCAD-library folder, you will find a PartsLibrary.FCMacro file. Copy that file to the **macros folder** that we got above
 * Restart FreeCAD. The parts library will be installed, and the addons manager will recognize it as installed. You can launch and use the library by executing the PartsLibrary macro  from menu Macro -> Macros...