diff options
author | cyBerta <cyberta@riseup.net> | 2022-05-14 00:37:58 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2022-05-14 00:37:58 +0200 |
commit | 1a4f5a01e2038cdab94bc492ad78845096e88e87 (patch) | |
tree | a325929a743bf7865eb01f6a3c70a9b40ca5b722 /README.md | |
parent | a7a1b093f8e9a8b5cbd1b4f37e1e91edd1928f0d (diff) |
fix typo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ docker run --rm -it -v`pwd`:/bitmask_android -t registry.0xacab.org/leap/bitmask ### Submodules <a name="submodules"></a> -We depend on several [git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules) to build Bitmask Android: +We depend on several [git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) to build Bitmask Android: * [ics-openvpn](https://github.com/schwabe/ics-openvpn) as an interface to Android's OpenVPN implementation. * [bitmaskcore](https://0xacab.org/leap/android_libs/bitmaskcore.git) mainly as a library for Pluggable Transports (censorship circumvention functionality), * [tor-android](https://0xacab.org/leap/android_libs/tor-android.git) to protect the communication to configuration servers from being blocked. |