Skip to content

Commit 18df90b

Browse files
committed
FIX: update path to ghcomponentizer.py in CONTRIBUTING.md
1 parent 906cf36 commit 18df90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ If you want to use the GHEditor it's ok but everytime you modify the pakcage or
113113
### B.3) Componentize the code
114114
Prepare your component as explained here. You can componentize it locally and test it in Grasshopper. Here's how to componentize:
115115
```terminal
116-
python f:\diffCheck\src\gh\util\componentizer_cpy.py --ghio "C:\Users\andre\.nuget\packages\grasshopper\8.2.23346.13001\lib\net48\" .\src\gh\components\ .\build\gh
116+
python .\invokes\ghcomponentize\ghcomponentizer.py --ghio "C:\Users\andre\.nuget\packages\grasshopper\8.2.23346.13001\lib\net48\" .\src\gh\components\ .\build\gh
117117
```
118118
> Note that you need to find the path to your GHIO folder. This is the folder where the `Grasshopper.dll` is located. E.g. You can find it in the `nuget` folder in the Rhino installation directory.
119119

0 commit comments

Comments
 (0)