| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,6 +17,12 @@ | |||
| 17 | 17 | On Windows, add the absolute destination path to the 'User' scope environment variable 'Path'; | |
| 18 | 18 | On Linux, make the symlink '/usr/bin/pwsh' points to "$Destination/pwsh"; | |
| 19 | 19 | On MacOS, make the symlink '/usr/local/bin/pwsh' points to "$Destination/pwsh". | |
| 20 | + .EXAMPLE | ||
| 21 | + Install the daily build | ||
| 22 | + .\install-powershell.ps1 -Daily | ||
| 23 | + .EXAMPLE | ||
| 24 | + Invoke this script directly from GitHub | ||
| 25 | + Invoke-Expression "& { $(Invoke-RestMethod 'https://aka.ms/install-powershell.ps1') } -daily" | ||
| 20 | 26 | #> | |
| 21 | 27 | [CmdletBinding(DefaultParameterSetName = "Daily")] | |
| 22 | 28 | param( | |
| Back | FazBrowse Home | New Git URL |
0 commit comments