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
+7
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,12 @@ This repo contains the `sqlcmd` command line tool and go packages for working wi
26
26
| --------------------- | --------------------- |
27
27
|`brew install sqlcmd`|`brew upgrade sqlcmd`|
28
28
29
+
### Linux
30
+
31
+
`sqlcmd` is available via [Linuxbrew][], and as a downloadable .rpm/.deb and .tar from the [releases page][].
32
+
33
+
`sqlcmd` is also available through `apt-get`, `yum` and `zypper` package managers. Instructions can be found [here](https://learn.microsoft.com/sql/tools/sqlcmd/go-sqlcmd-utility?view=sql-server-ver16#download-and-install-go-sqlcmd).
34
+
29
35
## Use sqlcmd to create local SQL Server and Azure SQL Edge instances
30
36
31
37
Use `sqlcmd` to create SQL Server and Azure SQL Edge instances using a local container runtime (e.g. [Docker][] or [Podman][])
@@ -253,6 +259,7 @@ Use of Microsoft trademarks or logos in modified versions of this project must n
253
259
Any use of third-party trademarks or logos are subject to those third-party's policies.
0 commit comments