Skip to content

Commit cb283d6

Browse files
Modify bootstrap command in README
Updated PowerShell command to use -UseBasicParsing.
1 parent bf74007 commit cb283d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Of course, problem here is that if you want to use this module, this very line m
5656
So, here is a way to bootstrap your current console without requiring PowerShellGet to already function:
5757

5858
```powershell
59-
iwr https://raw.githubusercontent.com/PowershellFrameworkCollective/PSFramework.NuGet/refs/heads/master/bootstrap.ps1 | iex
59+
iwr https://raw.githubusercontent.com/PowershellFrameworkCollective/PSFramework.NuGet/refs/heads/master/bootstrap.ps1 -UseBasicParsing | iex
6060
```
6161

6262
> Update the Tooling

0 commit comments

Comments
 (0)