From 57709942a0fe7a5e4b9f4cf7c01de74cb5f78f74 Mon Sep 17 00:00:00 2001 From: Lucas Rangit MAGASWERAN Date: Mon, 31 Jul 2017 12:06:25 -0700 Subject: [PATCH] docs(README): add debian repository in one line (#1649) For convenience, create the apt source file and add the repository in one line. Signed-off-by: Lucas Magasweran --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9cfe33c..8b748bb9 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,10 @@ installers for all supported operating systems. #### Debian and Ubuntu based Package Repository (GNU/Linux x86/x64) -1. Save the following as `/etc/apt/sources.list.d/etcher.list`: +1. Add Etcher debian repository: ``` - deb https://dl.bintray.com/resin-io/debian stable etcher + echo "deb https://dl.bintray.com/resin-io/debian stable etcher" | sudo tee /etc/apt/sources.list.d/etcher.list ``` 2. Trust Bintray.com's GPG key: