mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-29 14:16:36 +00:00
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:
parent
1cc2cb9bad
commit
611a59dbd8
31
README.md
31
README.md
@ -27,6 +27,37 @@ Installers
|
|||||||
Refer to the [downloads page][etcher] for the latest pre-made
|
Refer to the [downloads page][etcher] for the latest pre-made
|
||||||
installers for all supported operating systems.
|
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
|
Support
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user