Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 628 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 628 Bytes

xExtension-Flus

This repository contains the code for the FreshRSS extension behind rss.flus.fr.

To install this extension, you must download this repository under the ./extensions folder of your own FreshRSS instance.

With Git:

$ git clone [email protected]: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