summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Eric Collins <eric@tabfugni.cc>2016-12-30 17:30:45 -0500
committerGravatar Mike Burns <mike@mike-burns.com>2017-01-07 15:06:14 -0500
commitf41e403fa8edbc3ba5bb893b60ad734f9e108660 (patch)
tree7490966858f62d2a666b6ad5c1142b25249f8712 /README.md
parentc742e73ae4903d6963d8c2e500913672eed6e332 (diff)
Document the official thoughtbot Debian repository
Big ups to Eric Collins for leading this charge.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
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: