From dbbfd0fb9fc9eb6541d54470691033aaf941f500 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Sun, 11 Jul 2021 20:58:57 +0000 Subject: [PATCH] point to contrib.html --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 074bc3f..0b06cd7 100644 --- a/README.md +++ b/README.md @@ -122,18 +122,11 @@ working as intended. ### Docker -If you have trouble installing LibreSSL or libretls, you can use -Docker to build a `gmid` image with: - - docker build -t gmid . - -and then run it with something along the lines of - - docker run --rm -it -p 1965:1965 \ - -v /path/to/gmid.conf:/etc/gmid.conf:ro \ - -v /path/to/docs:/var/gemini \ - gmid /bin/gmid -c /etc/gmid.conf +If you have trouble installing LibreSSL or libretls, in `contrib` +there's a sample Dockerfile. See [the contrib page][contrib-page] for +more information. +[contrib-page]: https://gmid.omarpolo.com/contrib.html#dockerfile ### Local libretls