diff options
| author | Paul Buetow <paul@buetow.org> | 2025-01-19 13:23:59 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-01-19 13:23:59 +0200 |
| commit | 96e1865a1a629c93fa175f4a1c1d7674ab76ac00 (patch) | |
| tree | 4ac9365f031ec4864c0637e4e5056c047ba0d3cf /README.md | |
| parent | c77e07805c98a7a53bc62deeb21acf6f01195ca9 (diff) | |
reflect latest changes in the README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |
