From: alex Date: Sat, 13 Mar 2021 20:13:25 +0000 (+0100) Subject: Document local HTML previewing X-Git-Tag: 20240214-emacs~226^2~112 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=5ecd412205fac326691decf2331b910bf6eae56a;p=alex.git Document local HTML previewing --- diff --git a/README.md b/README.md index 38dd1e6..7bdf901 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,12 @@ $ docker build -t kineto -f Dockerfile.proxy . $ docker run --rm -p 5000:5000 kineto ``` +Or to preview the HTML rendering of a local running instance: + +``` +$ docker run --rm --network host kineto /app/kineto gemini://localhost +``` + To generate an RSS feed: ```