This repository contains the code for the FreshRSS extension behind flus.io.
To install this extension, you must download this repository under the
./extensions
folder of your own FreshRSS instance.
With Git:
$ git clone git@github.com:flusio/xExtension-Flus.git /path/to/FreshRSS/extensions
Or by downloading the zip archive:
$ curl -o /tmp/xExtension-Flus.zip -L https://github.com/flusio/xExtension-Flus/archive/master.zip
$ unzip /tmp/xExtension-Flus.zip -d /tmp
$ mv /tmp/xExtension-Flus-master /path/to/FreshRSS/extensions/xExtension-Flus