Skip to content

Commit 5af9930

Browse files
author
rubgithub
committed
update readme
1 parent 8023804 commit 5af9930

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
### Option 1: Standalone Executable
4040

41-
## 🖥️ Windows
41+
## 🪟️ Windows
4242
1. **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
5776
If you use uv, you can install the tool globally:
5877
```powershell

0 commit comments

Comments
 (0)