From defd70a139fe305febfba264b7dd0920b7dd75f1 Mon Sep 17 00:00:00 2001 From: Anderson Lima <67929816+A-Infor@users.noreply.github.com> Date: Fri, 30 Jan 2026 07:49:14 -0300 Subject: [PATCH] Update README with neocities installation instructions Add installation instructions for neocities gem on RHEL/AlmaLinux/RockyLinux. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6063d16..11fe91b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ If you're using OSX (or already have ruby installed): ### Ubuntu/Debian sudo apt-get install ruby + gem install neocities + +### RHEL/AlmaLinux/RockyLinux + sudo dnf install ruby + gem install neocities ### Windows