Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
karimi authored Aug 23, 2023
1 parent 2705737 commit 954c2aa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@ $ api_docify.exe --name="RhinoCommon" "%RHINO4SRC%/rhinocommon/dotnet" "src/modu
3. Run `CMD+Shift+P > Run Task > initial setup (npm)`
4. Run `CMD+Shift+P > Run Task > docify init`, then enter the path where the Rhino source code is located and press enter.
5. Run `CMD+Shift+P > Run Task > docify build`
5. Run `CMD+Shift+P > Run Task > run quasar`
5. Run `CMD+Shift+P > Run Task > run quasar`

## Troubleshooting

Some namespaces may need `methodgen` to be run on the source first before documentation can be extracted. You can do this by building Rhino from source.

0 comments on commit 954c2aa

Please sign in to comment.