Skip to content

Commit 8e51ba3

Browse files
committed
Update README to cover new sceanrios
1 parent 336884e commit 8e51ba3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ This repo contains the `sqlcmd` command line tool and go packages for working wi
2626
| --------------------- | --------------------- |
2727
| `brew install sqlcmd` | `brew upgrade sqlcmd` |
2828

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+
2935
## Use sqlcmd to create local SQL Server and Azure SQL Edge instances
3036

3137
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
253259
Any use of third-party trademarks or logos are subject to those third-party's policies.
254260

255261
[Homebrew]: https://formulae.brew.sh/formula/sqlcmd
262+
[Linuxbrew]: https://docs.brew.sh/Homebrew-on-Linux
256263
[Winget]: https://github.com/microsoft/winget-pkgs/tree/master/manifests/m/Microsoft/Sqlcmd
257264
[Docker]: https://www.docker.com/products/docker-desktop/
258265
[Podman]: https://podman-desktop.io/downloads/

0 commit comments

Comments
 (0)