From 73a99662cae90beabd7f3062a538b280a3d24343 Mon Sep 17 00:00:00 2001 From: Lynette <32477017+LynetteLo@users.noreply.github.com> Date: Wed, 2 May 2018 11:19:04 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1869661..0d3a2cc 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ To use the plugin on your own machine with Revit installed, you are going to nee 1. Copy the BDE.addin file from the project folder (should be something like "PROJECT_ROOT_FOLDER\BDE_Revit_Addin\BDE.addin") into the Revit Addins Folder on your machine (should be something like "C:\Users\{USERNAME}\AppData\Roaming\Autodesk\Revit\Addins\2017") 2. Change the file path in BDE.addin to point to the location of the BDE_Revit_Addin.dll file in the Debug (should look like C:\..\PROJECT_ROOT_FOLDER\BDE_Revit_Addin\BDE_Revit_Addin\bin\Debug\BDE_Revit_Addin.dll) +3. Startup Revit.exe of external program by click "Project" -> "BDE_Revit_Addin attribute" _> "Debug" -> "Enable External Program" -> setup the path such like "C:\Program Files\Autodesk\Revit 2017\Revit.exe". ## Contributing