diff --git a/README.md b/README.md index 0415743..5af4d5b 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ See the `sleep ...` statements in the [`compose.yml`](./compose.yml). Where `beta_lumbung_space_` and you see the service name in the [`compose.yml`](./compose.yml). +### How do I add a feed? + +Add your RSS feed URL to [`feeds_list.txt`](./feeds_list.txt) and don't forget [this deploy step](https://git.autonomic.zone/ruangrupa/living-room#deploy-a-new-feeds_list-txt). + ## Hacking ### Generate the site @@ -71,4 +75,4 @@ After a `git pull`, you may need to run `pip install git+https://git.autonomic.z ### Deploy a new `feeds_list.txt` -- Increment the `_v` (e.g. `v1` -> `v2`) in [`compose.yml`](./compose.yml) `configs` to avoid any deployment error +Increment the `_v` (e.g. `v1` -> `v2`) in [`compose.yml`](./compose.yml) `configs` to avoid any deployment error.