diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2020-04-07 13:26:07 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2020-04-07 13:27:38 +0200 |
| commit | 404204b5653cab82e72e86e1178da08ba18e4de8 (patch) | |
| tree | e25158efaa4178d89fa7f345dda1451007389666 | |
| parent | 437ff93bd4214a5f93f6c0a38911784d6e3343cc (diff) | |
| download | mullvadvpn-404204b5653cab82e72e86e1178da08ba18e4de8.tar.xz mullvadvpn-404204b5653cab82e72e86e1178da08ba18e4de8.zip | |
Join paragraphs that talk about the same thing
| -rw-r--r-- | README.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -3,12 +3,9 @@ Welcome to the Mullvad VPN client app. This repository contains all the source code for the desktop and mobile versions of the app. For desktop this includes the system service/daemon ([`mullvad-daemon`](mullvad-daemon/)), a graphical user interface ([GUI](gui/)) and a -command line interface ([CLI](mullvad-cli/)). - -The Android app uses the same backing system service for the tunnel and security but has -a dedicated frontend in [android/](android/). - -iOS consists of a completely standalone implementation that resides in [ios/](ios/) +command line interface ([CLI](mullvad-cli/)). The Android app uses the same backing +system service for the tunnel and security but has a dedicated frontend in [android/](android/). +iOS consists of a completely standalone implementation that resides in [ios/](ios/). ## Releases |
