From 611a59dbd8eb9716594656cef7001d983169af39 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 7 Nov 2016 17:02:11 +0200 Subject: [PATCH] docs: add instructions on how to install from Cask and Bintray (#832) Signed-off-by: Juan Cruz Viotti --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index e2964f04..7d12714e 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,37 @@ Installers Refer to the [downloads page][etcher] for the latest pre-made 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`: + + ``` + deb https://dl.bintray.com/resin-io/debian stable etcher + ``` + +2. Trust Bintray.com's GPG key: + + ```sh + sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 379CE192D401AB61 + ``` + +3. Update and install: + + ```sh + sudo apt-get update + sudo apt-get install etcher-electron + ``` + +#### Brew Cask (macOS) + +Note that the Etcher Cask has to be updated manually to point to new versions, +so it might not refer to the latest version immediately after an Etcher +release. + +```sh +brew cask install etcher +``` + Support -------