From deaafa530ab34d12cc494ae195816c1a209c167e Mon Sep 17 00:00:00 2001 From: Aiden Gerbrandt Date: Wed, 15 Apr 2026 18:12:20 -0500 Subject: [PATCH] Updated README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5708cc4..c2b2cf2 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,10 @@ This node app generates rss XML files that you can then serve as an RSS feed. ## Install and Setup (Linux) ```sh -# Clone the repo +# Clone the repo and install modules sudo mkdir -p /opt cd /opt && sudo git clone https://git.entropic.pro/Aiden/metar-rss +npm i # Edit config, see below for details sudo nano /opt/metar-rss/config.json