Commit 68acb2c

Anton Medvedev <anton@medv.io>
2025-12-01 21:30:27
Add Docker usage example to README.md
1 parent 7653647
Changed files (1)
README.md
@@ -11,6 +11,10 @@ code highlighting, and markdown rendering.
 go install github.com/antonmedv/gitmal@latest
 ```
 
+```sh
+docker run --rm -v $(pwd):/repo antonmedv/gitmal /repo
+```
+
 ## Usage
 
 Run gitmal in the repository dir. Gitmal will generate pages in _./output_ directory.