Skip to content

Commit

Permalink
update ps1 execution (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner authored Sep 13, 2024
1 parent 11ad8e0 commit a3d1b58
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ Vintner can be installed on Linux x64/ arm64 and Windows x64 using our installat

=== "Windows x64"
```powershell linenums="1"
Invoke-WebRequest -Uri "https://vintner.opentosca.org/install.ps1" -OutFile install.ps1
powershell -ExecutionPolicy Bypass -File .\install.ps1
Remove-Item install.ps1
powershell -Command "& {Invoke-WebRequest -Uri 'https://vintner.opentosca.org/install.ps1' -UseBasicParsing | Invoke-Expression}"
```

Install a specific version as follows.
Expand Down

0 comments on commit a3d1b58

Please sign in to comment.