diff options
| -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 |
