We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eba7242 + 4a3ab4f commit 795a31fCopy full SHA for 795a31f
README.md
@@ -69,6 +69,12 @@ Once this is complete, run the following from the same terminal:
69
docker run -p 5086:5086 -v $(pwd):/app chocolatey-docs-container
70
```
71
72
+Or on Windows run:
73
+
74
+```powershell
75
+docker run -p 5086:5086 -v ${pwd}:/app chocolatey-docs-container
76
+```
77
78
This will compile the site, and bring up a preview on `http:localhost:5086`. Any changes you make will automatically be hot reloaded.
79
80
## Building the Site for Production
0 commit comments