Skip to content

Commit e8ba757

Browse files
committed
feat: add PowerShell install command to docs homepage
1 parent 97f56ae commit e8ba757

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/app/page.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ const INSTALL_METHODS = [
6262
label: "SHELL",
6363
command: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.51/sql-studio-installer.sh | sh",
6464
},
65+
{
66+
label: "POWERSHELL",
67+
command: "powershell -ExecutionPolicy Bypass -c \"irm https://github.com/frectonz/sql-studio/releases/download/0.1.51/sql-studio-installer.ps1 | iex\"",
68+
},
6569
{ label: "NIX", command: "nix shell nixpkgs#sql-studio" },
6670
{ label: "DOCKER", command: "docker run -p 3030:3030 frectonz/sql-studio" },
6771
];

0 commit comments

Comments
 (0)