Added required line to update TLS version

Github now only supports TLS1.2 and you need to run the following command to make sure these instructions work. Please let me know if my phrasing is not good and I can update to make it work
This commit is contained in:
Seth Reid 2018-02-28 10:18:05 +13:00 committed by Joao Fernandes
parent f07444668c
commit 3a2e0c8e18
1 changed files with 7 additions and 1 deletions

View File

@ -66,7 +66,13 @@ Docker Compose. To do so, follow these steps:
**Run as administrator**. When asked if you want to allow this app
to make changes to your device, click **Yes**.
In PowerShell, run the following command to download
In Powershell, since Github now requires TLS1.2, run the following:
```none
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
```
Then run the following command to download
Docker Compose, replacing `$dockerComposeVersion` with the specific
version of Compose you want to use: