From 7bf5b43e4dad25fab06c7c13d509eb2277c2db44 Mon Sep 17 00:00:00 2001 From: Eric Collins Date: Mon, 3 Aug 2026 16:19:51 -0400 Subject: [PATCH] Convert to official debian install Not exactly sure how I missed this, but Debian has packaged rcm in its main apt repo for over 8 years. There is no reason to use a poorly maintained apt repo. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8f8c62e1..9dcf47d7 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,8 @@ Arch Linux: Debian (see further down for Ubuntu): - sudo wget -q https://apt.tabfugni.cc/thoughtbot.gpg.key -O /etc/apt/trusted.gpg.d/thoughtbot.gpg - echo "deb https://apt.tabfugni.cc/debian/ stable main" | sudo tee /etc/apt/sources.list.d/thoughtbot.list - sudo apt-get update - sudo apt-get install rcm + sudo apt update + sudo apt install rcm Fedora: