Skip to content

Commit 795a31f

Browse files
authored
Merge pull request #1269 from alexaveldanez/update-readme
(maint) Add docker command for Windows to README
2 parents eba7242 + 4a3ab4f commit 795a31f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ Once this is complete, run the following from the same terminal:
6969
docker run -p 5086:5086 -v $(pwd):/app chocolatey-docs-container
7070
```
7171

72+
Or on Windows run:
73+
74+
```powershell
75+
docker run -p 5086:5086 -v ${pwd}:/app chocolatey-docs-container
76+
```
77+
7278
This will compile the site, and bring up a preview on `http:localhost:5086`. Any changes you make will automatically be hot reloaded.
7379

7480
## Building the Site for Production

0 commit comments

Comments
 (0)