File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
1415Within 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
2122Otherwise, run appropriate docker commands:
2223
You can’t perform that action at this time.
0 commit comments