From 47dc6594e4c19f1b314bff72f64ce2465007d204 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Thu, 27 Jan 2022 12:00:16 +0000 Subject: [PATCH] Document installation and uninstallation process --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 47236da..b537945 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,20 @@ The search bar appars next to the What's this? tool, in FreeCAD's default File t ![Screenshot of the search bar, with results in its drop-down menu and extra info about the result in a separate pane](screenshot.png) +Installation +------------ + +Clone the GIT repository or extract the `.zip` downloaded from GitHub to the following location: + +Uninstallation +-------------- + +* Remove the folder which was cloned during installation: + * Linux: ~/.FreeCAD/Mod/SearchBar + * macos: /Users/user_name/Library/Preferences/FreeCAD/Mod/SearchBar + * Windows: C:\Users\user_name\AppData\Roaming\FreeCAD\Mod\SearchBar +* Optional: Remove the cache (~30MB) ~/.FreeCAD/Cache_SearchBarMod or equivalent on other platforms + Development -----------