readme: fix URL

This commit is contained in:
A.M. Rowsell 2026-04-25 22:48:54 -04:00
commit e5a5f4f7d2
Signed by: amr
GPG key ID: E0879EDBDB0CA7B1

View file

@ -14,7 +14,7 @@ feedparser
The remaining imports should all be part of the standard Python install: hashlib, logging, asyncio, pathlib, json, time, os, sys, argparse, re, types. To install the required ones, use your distro's package manager -- don't use pip unless you want to run the entire script in a virtualenv (which would probably make the systemd unit file a bit more complex, I think you'd have to add a PreExec to activate the virtualenv and a PostExec to disable it?). The remaining imports should all be part of the standard Python install: hashlib, logging, asyncio, pathlib, json, time, os, sys, argparse, re, types. To install the required ones, use your distro's package manager -- don't use pip unless you want to run the entire script in a virtualenv (which would probably make the systemd unit file a bit more complex, I think you'd have to add a PreExec to activate the virtualenv and a PostExec to disable it?).
<p align="center"> <p align="center">
![DiscoRSS Demo Screenshot](https://frzn.dev/~amr/images/Screenshot_224228_1.png) <img src="https://frzn.dev/~amr/images/Screenshot_224228_1.png">
</p> </p>
## Important Notes ## Important Notes