diff options
author | Omar Polo <op@omarpolo.com> | 2021-04-29 19:52:50 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-04-29 19:52:50 +0000 |
commit | 17a04409b59bc60d46ecbddbe5728616ce43c20b (patch) | |
tree | 9bc894594f5bf7c6c6720cbc6a9438401169b444 /README.md | |
parent | 8070ffa70f45f7c78ea530c76d6edcc8aa81f14e (diff) |
typo in docker example
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |