Skip to content

Commit ac7ceb8

Browse files
committed
chore: update powershell install command
1 parent d156c8b commit ac7ceb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/rel
9090
### Install prebuilt binaries via powershell script
9191

9292
```powershell
93-
powershell -c "irm https://github.com/frectonz/sql-studio/releases/download/0.1.42/sql-studio-installer.ps1 | iex"
93+
powershell -ExecutionPolicy Bypass -c "irm https://github.com/frectonz/sql-studio/releases/download/0.1.42/sql-studio-installer.ps1 | iex"
9494
```
9595

9696
### Updating

0 commit comments

Comments
 (0)