housekeeping

This commit is contained in:
Michael Grote 2025-02-11 16:14:37 +01:00
parent 01f1ddf829
commit efeb8351ac

View file

@ -87,16 +87,6 @@ If `MF_DEBUG` is set to `1`, `miniflux-filter` will print extra output to stdou
| 10 | `sort` is not installed |
| 11 | `awk` is not installed |
## Build Container
```shell
git clone https://git.mgrote.net/mg/miniflux-filter
cd miniflux-filter
export MF_DOCKERHUB_PASS=<your_docker_hub_pass>
export MF_DOCKERHUB_USER=<your_docker_hub_user>
./build.sh
```
## License
This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](./LICENSE) file for details.