From c581839b38e6bd543ddd06f3fbfd494939d5d99d Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Wed, 30 Aug 2017 07:10:53 -0500 Subject: [PATCH] Update Debian installation info (#73) --- _docs/020_install.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/_docs/020_install.md b/_docs/020_install.md index 9304746..7d40293 100644 --- a/_docs/020_install.md +++ b/_docs/020_install.md @@ -39,19 +39,7 @@ Otherwise, the instructions for Debian below should also work for Ubuntu. ## Debian -**yadm** is currently in the "testing" release of Debian. If you are using the "stable" release, you can still install **yadm** using the following process. - -* First, add the following to `/etc/apt/sources.list` - -``` -deb http://ftp.debian.org/debian testing main contrib non-free -``` - -* Next, run `apt-get update -y` - -* Last, run `apt-get -t testing install yadm` - -If you are using the "unstable" or "testing" release of Debian, you should be able to install **yadm** as you normally install software with `apt-get`. +**yadm** is available in the stable release of Debian. It may be installed with `apt-get`. ## Arch Linux