Skip to content

Commit

Permalink
Fix parameter example in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbergstrom authored Mar 31, 2021
1 parent daf03b3 commit a93836e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Foil integrates with Choco.exe to manage and store source information
The Install-ChocoPackage cmdlet allows passing package parameters.

```powershell
Install-ChocoPackage sysinternals -AcceptLicense -ParamsGlobal -Params '/InstallDir=c:\windows\temp\sysinternals /QuickLaunchShortcut=false' -Verbose
Install-ChocoPackage sysinternals -AcceptLicense -ParamsGlobal -Params '/InstallDir:c:\windows\temp\sysinternals /QuickLaunchShortcut:false' -Verbose
```

## Known Issues
Expand Down

0 comments on commit a93836e

Please sign in to comment.