diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-08-14 14:48:35 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-08-14 14:48:35 +0200 |
| commit | 030b60046b073fe125eedbfcc56deeddf3ebe44a (patch) | |
| tree | 6bf1c0e2e7ee3be42d7069fa52a86fc69c5c2aa8 | |
| parent | 78eab08b73e8d98f9db700509951e780f7c1f212 (diff) | |
| parent | def39ea217400719328d1c38e4c284ecc54e440e (diff) | |
| download | mullvadvpn-030b60046b073fe125eedbfcc56deeddf3ebe44a.tar.xz mullvadvpn-030b60046b073fe125eedbfcc56deeddf3ebe44a.zip | |
Merge branch 'readme-release-new-platforms'
| -rw-r--r-- | README.md | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -2,12 +2,15 @@ The system service/daemon, GUI and CLI for the Mullvad VPN app. -## Status +## Releases -There are built and signed releases for macOS available on +There are built and signed releases for macOS, Windows and Linux available on [our website](https://mullvad.net/download/) and on -[github](https://github.com/mullvad/mullvadvpn-app/releases/). -Support for Linux, Windows, Android and iOS is in the making. +[Github](https://github.com/mullvad/mullvadvpn-app/releases/). +Support for Android and iOS is in the making. + +You can find our code signing keys as well as instructions for how to cryptographically verify +your download on [Mullvad's Open Source page]. ## Checking out the code @@ -21,6 +24,9 @@ cd mullvadvpn-app git submodule update --init ``` +We sign every commit on the master branch as well as our release tags. If you would like to verify +your checkout, you can find our developer keys on [Mullvad's Open Source page]. + ## Install toolchains and dependencies Follow the instructions for your platform, and then the [All platforms](#all-platforms) @@ -327,3 +333,6 @@ GNU General Public License as published by the Free Software Foundation, either the License, or (at your option) any later version. For the full license agreement, see the LICENSE.md file + + +[Mullvad's Open Source page]: https://mullvad.net/en/guides/open-source/ |
