* Added note regarding DH group
* more complete
* clarified file sources
* remove trailing slash for consistency
* Added information on LAN Passthrough - a common home usecase
* Update Powershell Instructions for VPN connection
Update the Powershell instructions for creating the Windows VPN
connection. Clarfied requirement that Powershell run as Administrator,
and additional steps required to update the Execution Policies for
PowerShell.
* Formatting updates
Cleaned up capitalization and spacing errors, as well as improved
wording a bit.
* Missed an S
Evil, evil capitalization.
Windows manual steps `-AuthenticationTransformConstants SHA25612 8` had a space that causes this command to fail. Should be `-AuthenticationTransformConstants SHA256128`
- Be explicit about python2 requirement
- Remove `sudo` requirement on macOS
- Use `python -m pip` and `python -m virtualenv` to ensure expected python interpreter is running pip/virtualenv
- Tidy formatting
* Android client setup documentation
This is a first draft of Android Setup instructions. I expect that these will need some revising and that the formatting of this document will benefit from more tweaking.
We may also want to elaborate on the contents of the "advanced settings" menu ([screenshot](https://i.imgur.com/smsmdQF.png)).
* improve appearance on mobile devices
`python-setuptools` is a recommended packages for which will be installed automatically for `python-pip` on a clean ubuntu 16.04
Updated README in order to avoid skipping the packages with `--no-install-recommends`