minus-squareDenys Nykula@piefed.socialtoFree and Open Source Software@beehaw.org•Looking for a desktop RSS feed reader for LinuxlinkfedilinkEnglisharrow-up7·7 hours agoFor FreshRSS, if you want to run the development version on localhost: apt update && apt install build-essential git Install Docker: https://docs.docker.com/engine/install/ubuntu/ Clone FreshRSS repository, run make start and finish the installation: https://freshrss.github.io/FreshRSS/en/developers/02_First_steps.html linkfedilink
For FreshRSS, if you want to run the development version on localhost:
apt update && apt install build-essential gitInstall Docker: https://docs.docker.com/engine/install/ubuntu/
Clone FreshRSS repository, run
make startand finish the installation: https://freshrss.github.io/FreshRSS/en/developers/02_First_steps.html