summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index deed63e7..5b45873b 100644
--- a/README.md
+++ b/README.md
@@ -28,8 +28,14 @@ $ docker build -t vyos-docu - < Dockerfile
### Build Documentation
+Linux
```bash
$ docker run -v `pwd`:`pwd` -w `pwd`/docs -i -t --rm vyos-docu bash
```
+Windows PowerShell
+```powershell
+docker run -v "$($pwd.path):/vyos" -w "/vyos/docs" -i -t --rm vyos-docu bash
+```
+
Inside the container you can the build the documentation as stated above