Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rickdgray committed Jun 25, 2023
1 parent c5a4547 commit 8862882
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# RSS to Pushover

This project will forward items from an RSS feed to you mobile devices via the [Pushover](pushover.net) API. You may set the source RSS feed and the poll rate in the `appsettings.json` file.
This project will forward items from an RSS feed to you mobile devices via the [Pushover](pushover.net) API. You may set the source RSS feed and the poll rate in the `appsettings.json` file.

You may stand it up as a docker image using the following command:
```bash
docker pull ghcr.io/rickdgray/forwardrss:main
```

0 comments on commit 8862882

Please sign in to comment.