We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d156c8b commit ac7ceb8Copy full SHA for ac7ceb8
README.md
@@ -90,7 +90,7 @@ curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/rel
90
### Install prebuilt binaries via powershell script
91
92
```powershell
93
-powershell -c "irm https://github.com/frectonz/sql-studio/releases/download/0.1.42/sql-studio-installer.ps1 | iex"
+powershell -ExecutionPolicy Bypass -c "irm https://github.com/frectonz/sql-studio/releases/download/0.1.42/sql-studio-installer.ps1 | iex"
94
```
95
96
### Updating
0 commit comments