From f41e403fa8edbc3ba5bb893b60ad734f9e108660 Mon Sep 17 00:00:00 2001 From: Eric Collins Date: Fri, 30 Dec 2016 17:30:45 -0500 Subject: Document the official thoughtbot Debian repository Big ups to Eric Collins for leading this charge. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6af361b..f57efe5 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ Arch Linux: Debian-based: - wget https://thoughtbot.github.io/rcm/debs/rcm_1.3.1-1_all.deb - sha=$(sha256sum rcm_1.3.1-1_all.deb | cut -f1 -d' ') - [ "$sha" = "2e95bbc23da4a0b995ec4757e0920197f4c92357214a65fedaf24274cda6806d" ] && \ - sudo dpkg -i rcm_1.3.1-1_all.deb + wget -qO - https://apt.thoughtbot.com/thoughtbot_apt.gpg.key | sudo apt-key add - + echo "deb http://apt.thoughtbot.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/thoughtbot.list + sudo apt-get update + sudo apt-get install rcm Korora: -- cgit v1.2.3