Fb2RSS

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

commit b4bb83035d01c963de57cf56bba159d350001503
parent 146db13d18496c2279aa92d2905cb874fb983d51
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Sat, 23 Jan 2016 14:02:39 +0100

Update the Readme to omit the ./captcha parameter.

Corresponds to commit 146db13d18496c2279aa92d2905cb874fb983d51

Diffstat:
README.md | 9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -14,9 +14,14 @@ make DMD="your-favorite-dmd" Usage -------------- ```shell -./captcha https://facebook.com/<some_page_name> +./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... -The first command has to be executed only *once*, and can be directed to any page. + +Captcha +------- +The first command (`./captcha`) has to be executed only *once*. +Please follow the instructions it gives you. +