Skip to content

Commit 4e03a74

Browse files
committed
small readme fix
1 parent 7b6beb6 commit 4e03a74

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ The documentation is created using the [mm-docs](https://github.com/majkinetor/m
88
- For Windows Desktop use: `cinst docker-desktop`
99
- PowerShell (optional)
1010
- [Invoke-Build](https://www.powershellgallery.com/packages/InvokeBuild) module
11+
- or use included `./Invoke-Build.ps1` script in the repository root
1112

1213
## Usage
1314

1415
Within PowerShell use `Invoke-Build` (ib):
1516

16-
| Command | Description |
17-
| -------------------- | ---------------------------------------------------------------------------------------------------- |
18-
| `ib Build` | Build static site, always set explicit version env var, for example `$Env:MM_DOCS_VERSION = '0.2.2'` |
19-
| `ib Run -aPort 8888` | Serve static site on port 8888 (default is 8000)<br>This enables concurrent use on several projects |
17+
| Command | Description |
18+
| ---------- | ---------------------------------- |
19+
| `ib Build` | Build static site |
20+
| `ib Run` | Serve static site with live reload |
2021

2122
Otherwise, run appropriate docker commands:
2223

0 commit comments

Comments
 (0)