Skip to content

Commit

Permalink
Update contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll authored Sep 25, 2019
1 parent 33a7cab commit 7280d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ By the default, the build will execute in the Debug configuration. If you are pr
.\build.ps1 -Configuration Release
```

When building the module, PlatyPS is used to generate the MAML help files from markdown. This is a time consuming process due to performance issues with the PlatyPS module. You can avoid building the hep with the `-NoHelp` switch.
When building the module, PlatyPS is used to generate the MAML help files from markdown. This is a time consuming process due to performance issues with the PlatyPS module. You can avoid building the hep with the `-Minimal` switch.

```
.\build.ps1 -NoHelp
.\build.ps1 -Minimal
```

The output from the build will be staged into the `.\src\output`.
Expand Down

0 comments on commit 7280d93

Please sign in to comment.