Browse Source

Update 'README.md'

天问 2 months ago
parent
commit
0fa4b7673c
1 changed files with 7 additions and 1 deletions
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -1,3 +1,9 @@
 # gollum
 
-Git-powered wiki with a sweet API and local frontend.
+Git-powered wiki with a sweet API and local frontend.
+
+## Usage
+
+```
+docker run --rm -p 4567:4567 -v $(pwd):/wiki gollumwiki/gollum:v5.3.0
+```