Fb2RSS

A Facebook to RSS conversion tool
git clone git://xatko.vsos.ethz.ch/Fb2RSS.git
Log | Files | Refs | Submodules | README

commit aaed55d9658f9353fd37a9bead54f0f04cbd84f5
parent 929abda50a8224b5275d9d86ef0ee57fcd504da3
Author: Dominik Schmidt <dominik@schm1dt.ch>
Date:   Sun, 13 Sep 2020 16:11:35 +0200

Mention the submodules in the readme

Diffstat:
MREADME.md | 8+-------
1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/README.md b/README.md @@ -8,20 +8,14 @@ Compiling -------------- ```shell +git submodule update --init make ``` Usage -------------- ```shell -./captcha ./Fb2RSS https://facebook.com/<page_name> ``` This will write the Atom Feed to stdout, which can be piped to a File, Process, /dev/null, whatever... -Captcha -------- -The first command (`./captcha`) has to be executed only *once*. -Please follow the instructions it gives you. - -