Updated README

This commit is contained in:
2026-04-15 18:12:20 -05:00
parent af4243604b
commit deaafa530a

View File

@@ -3,9 +3,10 @@ This node app generates rss XML files that you can then serve as an RSS feed.
## Install and Setup (Linux) ## Install and Setup (Linux)
```sh ```sh
# Clone the repo # Clone the repo and install modules
sudo mkdir -p /opt sudo mkdir -p /opt
cd /opt && sudo git clone https://git.entropic.pro/Aiden/metar-rss cd /opt && sudo git clone https://git.entropic.pro/Aiden/metar-rss
npm i
# Edit config, see below for details # Edit config, see below for details
sudo nano /opt/metar-rss/config.json sudo nano /opt/metar-rss/config.json