Skip to content

Commit 9fcc339

Browse files
authored
Merge pull request #1753 from meet-bhagdev/patch-31
Update sql-server-linux-setup-tools.md
2 parents 2ae9ce8 + cfb9961 commit 9fcc339

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,14 @@ Use the following steps to install the **mssql-tools** on SUSE Linux Enterprise
183183
184184
## <a id="macos"></a> Install tools on macOS
185185
186-
A preview of **sqlcmd** and **bcp** is now available on macOS. For more information, see the [announcement](https://blogs.technet.microsoft.com/dataplatforminsider/2017/04/03/sql-server-command-line-tools-for-mac-preview-now-available/).
186+
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/).
187187
188188
To install the tools for Mac El Capitan and Sierra, use the following commands:
189189
190190
```
191191
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
192-
brew tap microsoft/mssql-preview https://github.com/Microsoft/homebrew-mssql-preview
192+
#brew untap microsoft/mssql-preview if you installed the preview version
193+
brew tap microsoft/mssql-release https://github.com/Microsoft/homebrew-mssql-release
193194
brew update
194195
brew install mssql-tools
195196
#for silent install ACCEPT_EULA=y brew install mssql-tools

0 commit comments

Comments
 (0)