File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 3838
3939### Option 1: Standalone Executable
4040
41- ## 🖥 ️ Windows
41+ ## 🪟 ️ Windows
42421 . ** Download** the latest ` mssql-cli-windows.exe ` from our [ Releases Page] ( https://github.com/rubgithub/mssql-cli/releases ) .
4343``` powershell
4444.\mssql-cli-windows.exe -S localhost -U sa -C
@@ -53,6 +53,25 @@ chmod +x mssql-cli-linux
5353./mssql-cli-linux -S localhost -U sa -C
5454```
5555
56+ ## 🍎 MacOS (Sonoma & Apple Silicon)
57+ _ Note: Verified via GitHub Actions. Manual physical testing is pending._
58+
59+ 1 . ** Download** the ` mssql-cli-macos ` from our [ Releases Page] ( https://github.com/rubgithub/mssql-cli/releases ) .
60+ 2 . ** Grant execution permission** :
61+ ``` bash
62+ chmod +x mssql-cli-macos
63+ ```
64+
65+ 2 . ** Remove the "Developer cannot be verified" quarantine flag**
66+ ``` bash
67+ xattr -d com.apple.quarantine mssql-cli-macos
68+ ```
69+
70+ 2 . ** Run it**
71+ ``` bash
72+ ./mssql-cli-linux -S localhost -U sa -C
73+ ```
74+
5675### Option 2: Managed Installation via uv
5776If you use uv, you can install the tool globally:
5877``` powershell
You can’t perform that action at this time.
0 commit comments