Skip to content

Commit

Permalink
Merge pull request cisagov#24 from surbo/develop
Browse files Browse the repository at this point in the history
Updated Readme with a one liner PowerShell script command.
  • Loading branch information
DeemOnSecurity authored Jan 4, 2021
2 parents cb44c88 + 47ceadf commit 951460c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ Install-Module MSOnline
To download and run Sparrow.ps1, type the following command into a PowerShell window (assuming file is in your working directory):

```
Invoke-WebRequest 'https://github.com/cisagov/Sparrow/raw/develop/Sparrow.ps1' -OutFile 'Sparrow.ps1' -UseBasicParsing
.\Sparrow.ps1
Invoke-WebRequest 'https://github.com/cisagov/Sparrow/raw/develop/Sparrow.ps1' -OutFile 'Sparrow.ps1' -UseBasicParsing; .\Sparrow.ps1
```

## Using Behind A Proxy ##
Expand Down

0 comments on commit 951460c

Please sign in to comment.