Skip to content

Commit 6f5a697

Browse files
author
Steve Stein
authored
Merge pull request MicrosoftDocs#416 from brunoborges/patch-1
Merging into the publishing queue.
2 parents d2cf541 + 0bc651a commit 6f5a697

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/linux/sql-server-linux-setup-tools.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,14 @@ Use the following steps to install the **mssql-tools** on SUSE Linux Enterprise
179179
180180
A preview of **sqlcmd** and **bcp** is now available on macOS. For more information, see the [announcement](https://blogs.technet.microsoft.com/dataplatforminsider/2017/05/16/sql-server-command-line-tools-for-macos-released/).
181181
182+
*Install [Homebrew](https://brew.sh) if you don't have it already:*
183+
184+
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
185+
182186
To install the tools for Mac El Capitan and Sierra, use the following commands:
183187
184188
```
185-
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
186-
#brew untap microsoft/mssql-preview if you installed the preview version
189+
# brew untap microsoft/mssql-preview if you installed the preview version
187190
brew tap microsoft/mssql-release https://github.com/Microsoft/homebrew-mssql-release
188191
brew update
189192
brew install --no-sandbox mssql-tools

0 commit comments

Comments
 (0)