Merge pull request #1365 from webtorrent/readme-install

Improve install instructions
This commit is contained in:
Borewit
2018-05-02 20:28:00 +02:00
committed by GitHub

View File

@@ -20,17 +20,25 @@
## Install ## Install
### Recommended Install
Download the latest version of WebTorrent Desktop from Download the latest version of WebTorrent Desktop from
[the official website](https://webtorrent.io/desktop/) or the [the official website](https://webtorrent.io/desktop/):
[GitHub releases](https://github.com/webtorrent/webtorrent-desktop/releases) page. Alternatively, you can install it with [Homebrew-Cask](https://github.com/caskroom/homebrew-cask):
``` ### [✨ Download WebTorrent Desktop ✨](https://webtorrent.io/desktop/)
$ brew cask install webtorrent
```
**WebTorrent Desktop** is under very active development. You can try out the ### Advanced Install
current (unstable) development version by cloning the Git repo. See the
instructions below in the ["How to Contribute"](#how-to-contribute) section. - Download specific installer files from the [GitHub releases](https://github.com/webtorrent/webtorrent-desktop/releases) page.
- Use [Homebrew-Cask](https://github.com/caskroom/homebrew-cask) to install from the command line:
```
$ brew cask install webtorrent
```
- Try the (unstable) development version by cloning the Git repository. See the
["How to Contribute"](#how-to-contribute) instructions.
## Screenshots ## Screenshots