summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-01-19 09:11:29 +0200
committerPaul Buetow <paul@buetow.org>2025-01-19 09:11:29 +0200
commit54e617e09027c8339a0f9096d61739ad353a5cf4 (patch)
tree1bdfd260bc91d1b1f65acd14933f5aec3e9d2fb8 /README.md
parentf15224d720b8a3e29527ab913801503160fdaf8e (diff)
rename gemtexter enable back as it is gemtexter related
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index a44df22..5ffc7a8 100644
--- a/README.md
+++ b/README.md
@@ -222,10 +222,16 @@ The key factors in message selection are:
For my blog, I want to post a summary of all the social messages posted over the last couple of months. For an example, have a look here: https://foo.zone/gemfeed/2025-01-01-posts-from-october-to-december-2024.html. To accomplish this, run:
```sh
-gos --summaryFor 202410,202411,202412
+gos --geminiSummaryFor 202410,202411,202412
```
-This outputs the summary for the three months specified, as shown in the example. The summary contains posts from all social media networks but removes duplicates.
+This outputs the summary for the three months specified, as shown in the example. The summary has posts from all social media networks but removes duplicates.
+
+Also add the `--gemtexterEnable` flag, if you are using [Gemtexter](https://codeberg.org/snonux/gemtexter):
+
+```sh
+gos --gemtexterEnable --geminiSummaryFor 202410,202411,202412
+```
## More options