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 97f56ae commit e8ba757Copy full SHA for e8ba757
docs/app/page.tsx
@@ -62,6 +62,10 @@ const INSTALL_METHODS = [
62
label: "SHELL",
63
command: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.51/sql-studio-installer.sh | sh",
64
},
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
+ },
69
{ label: "NIX", command: "nix shell nixpkgs#sql-studio" },
70
{ label: "DOCKER", command: "docker run -p 3030:3030 frectonz/sql-studio" },
71
];
0 commit comments