summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md17
1 files changed, 13 insertions, 4 deletions
diff --git a/README.md b/README.md
index fa9a89531a..467a7e10a4 100644
--- a/README.md
+++ b/README.md
@@ -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/