Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simeononsecurity authored Oct 1, 2023
1 parent 5de6896 commit a0de201
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,16 @@ The script may be launched from the extracted GitHub download like this:
```powershell
iex ((New-Object System.Net.WebClient).DownloadString('https://simeononsecurity.ch/scripts/standalonewindows.ps1'))
```
**Note**: *This installation version all of the configurations. If you seek to customize it, please use the [Manual Install](https://github.com/simeononsecurity/Standalone-Windows-STIG-Script#manual-install)*

### Chocolatey Install:
Assuming you have [Chocolatey](https://chocolatey.org/install) installed. You may install this script via the following command:
```powershell
choco install standalone-windows-stig
```
Or view the package on the [Chocolatey Repo](https://community.chocolatey.org/packages/Standalone-Windows-STIG).

**Note**: *The Chocolatey version of this script may lag behind this repo by multiple major versions. We update it sparingly, but stably. Additionally, this version will install all of the configurations. If you seek to customize it, please use the [Manual Install](https://github.com/simeononsecurity/Standalone-Windows-STIG-Script#manual-install)*

### Manual Install:
If manually downloaded, the script must be launched from the directory containing all the other files from the [GitHub Repository](https://github.com/simeononsecurity/Standalone-Windows-STIG-Script)
Expand Down

0 comments on commit a0de201

Please sign in to comment.