docs: add instructions on how to install from Cask and Bintray (#832)

Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
Juan Cruz Viotti 2016-11-07 17:02:11 +02:00 committed by GitHub
parent 1cc2cb9bad
commit 611a59dbd8

View File

@ -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
-------