aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 38dd1e69..7bdf901d 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:
```