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