aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-04-29 19:52:50 +0000
committerOmar Polo <op@omarpolo.com>2021-04-29 19:52:50 +0000
commit17a04409b59bc60d46ecbddbe5728616ce43c20b (patch)
tree9bc894594f5bf7c6c6720cbc6a9438401169b444 /README.md
parent8070ffa70f45f7c78ea530c76d6edcc8aa81f14e (diff)
typo in docker example
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 948d666..8cad546 100644
--- a/README.md
+++ b/README.md
@@ -129,7 +129,7 @@ and then run it with something along the lines of
docker run --rm -it -p 1965:1965 \
-v /path/to/gmid.conf:...:ro \
-v /path/to/docs:/var/gemini \
- gmid -c .../gmid.conf
+ gmid /bin/gmid -c .../gmid.conf
(ellipses used for brevity)