You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,13 @@ Learn more about how `sqlcmd` is used from a articles/posts written by the commu
37
37
| --------------------- | --------------------- |
38
38
|`brew install sqlcmd`|`brew upgrade sqlcmd`|
39
39
40
+
##### Apple Silicon Macs (M1/M2)
41
+
Macs running Apple Silicon require [Docker][] Desktop to use Rosetta for x86/amd64 emulation. Follow these steps before creating a SQL Server instance:
42
+
- Open Docker Desktop.
43
+
- Go to the settings/preferences menu.
44
+
- Find the “Features in development” section.
45
+
- Enable the "Use Rosetta for x86/amd64 emulation on Apple Silicon" checkbox.
46
+
40
47
### Linux
41
48
42
49
`sqlcmd` is available via [Linuxbrew][], and as a downloadable .rpm/.deb and .tar from the [releases page][].
0 commit comments