-
Go to the Releases section and get the executable file for your system (for now, only Linux is supported).
-
Rename and move the executable file:
sudo mv core-rss-linux-amd64 /usr/local/bin/core-rss sudo chmod +x /usr/local/bin/core-rss
-
Execute it by typing
core-rss
.
-
Make sure you have Go install (1.23 or later).
-
Clone the repository:
git clone /~https://github.com/rzinak/core-rss cd core-rss
-
Build it:
make build
-
Install:
make install
- Go 1.23 or later;
- Make;
Press '?' to see the available commands.