Skip to content

Commit fe3db02

Browse files
Remove extraneous installation step in README.md (#265)
1 parent 31d44b0 commit fe3db02

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,6 @@ provide a means of downloading the latest release, so you **must** specify your
3333

3434
To install the application, run
3535

36-
```powershell
37-
# 0.7.4 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
38-
$env:AZUREAUTH_VERSION = '0.7.4'
39-
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
40-
iex "& { $(irm https://raw.githubusercontent.com/AzureAD/microsoft-authentication-cli/${env:AZUREAUTH_VERSION}/install/install.ps1) } -Verbose"
41-
```
42-
43-
Or, if you want a method more resilient to failure than `Invoke-Expression`, run
44-
4536
```powershell
4637
# 0.7.4 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
4738
$env:AZUREAUTH_VERSION = '0.7.4'

0 commit comments

Comments
 (0)