Skip to content

Commit

Permalink
Add instructions for installing snap package to README.md (#3376)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrankland authored and chabou committed Jan 18, 2019
1 parent 3881703 commit f9e0e46
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -20,6 +20,14 @@ Hyper is available in the [AUR](https://aur.archlinux.org/packages/hyper/). Use
aurman -S hyper
```

#### Ubuntu / Debian and derivatives

Hyper is available in the Snapcraft store [here](https://snapcraft.io/hyper) and can be installed via [snap](https://docs.snapcraft.io/) using:

```bash
snap install hyper --classic
```

### macOS

Use [Homebrew Cask](https://brew.sh) to download the app by running these commands:
Expand All @@ -37,7 +45,7 @@ Use [chocolatey](https://chocolatey.org/) to install the app by running the foll
choco install hyper
```

**Note:** The version available on [Homebrew Cask](https://brew.sh), [Chocolatey](https://chocolatey.org) or the [AUR](https://aur.archlinux.org) may not be the latest. Please consider downloading it from [here](https://hyper.is/#installation) if that's the case.
**Note:** The version available on [Homebrew Cask](https://brew.sh), [Chocolatey](https://chocolatey.org), [Snapcraft](https://snapcraft.io/store) or the [AUR](https://aur.archlinux.org) may not be the latest. Please consider downloading it from [here](https://hyper.is/#installation) if that's the case.

## Contribute

Expand Down

0 comments on commit f9e0e46

Please sign in to comment.