Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ support versioned docs.
## Installation

```powershell
.\builds.ps1 -Bootstrap
.\build.ps1 -Bootstrap
```

## Local Development

```powershell
.\build.ps1 -Task Server
.\build.ps1 -Task Server
```

This command starts a local development server and opens up a browser window.
Expand Down
Loading