summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-01-19 13:23:59 +0200
committerPaul Buetow <paul@buetow.org>2025-01-19 13:23:59 +0200
commit96e1865a1a629c93fa175f4a1c1d7674ab76ac00 (patch)
tree4ac9365f031ec4864c0637e4e5056c047ba0d3cf /README.md
parentc77e07805c98a7a53bc62deeb21acf6f01195ca9 (diff)
reflect latest changes in the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5ffc7a8..117195f 100644
--- a/README.md
+++ b/README.md
@@ -233,6 +233,14 @@ Also add the `--gemtexterEnable` flag, if you are using [Gemtexter](https://code
gos --gemtexterEnable --geminiSummaryFor 202410,202411,202412
```
+In case there are HTTP links that translate directly to the Geminispace for certain capsules, specify the Gemini capsules as a comma-separated list as follows:
+
+```sh
+gos --gemtexterEnable --geminiSummaryFor 202410,202411,202412 --geminiCapsules "foo.zone,paul.buetow.org"
+```
+
+It will then also generate Gemini Gemtext links in the summary page and flag them with `(Gemini)`.
+
## More options
Just run `gos --help` for more available options.