Skip to content

Commit 193478b

Browse files
committed
Updated
1 parent ea70586 commit 193478b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Over time we've now gained a few more features:
3535

3636
# Installation
3737

38-
If you wish you can fetch a binary from [our release page](https://github.com/skx/rss2email/releases). Currently there is only a binary for Linux (amd64) due to the use of `cgo` in our dependencies.
38+
If you wish you can fetch a binary from [our release page](https://github.com/skx/rss2email/releases).
3939

4040

4141
## Build with Go Modules
@@ -127,7 +127,7 @@ the things you care about:
127127

128128
If you wish you may customize the template which is used to generate the notification email, see [email-customization](#email-customization) for details. It is also possible to run in a [daemon mode](#daemon-mode) which will leave the process running forever, rather than terminating after walking the feeds once.
129129

130-
The state of feed-entries is recorded beneath `~/.rss2email/seen`, which is how we keep track of which items are new/unseen. These entries are automatically pruned over time, to avoid filling your disk forever.
130+
The state of feed-entries is recorded beneath `~/.rss2email/state.db`, which is a [boltdb database](https://pkg.go.dev/go.etcd.io/bbolt).
131131

132132

133133

0 commit comments

Comments
 (0)