From 041d3129bcd525aa530f032cd702b2d9d76af3f0 Mon Sep 17 00:00:00 2001 From: runningamok Date: Mon, 1 May 2017 10:28:58 -0700 Subject: [PATCH] Update README.md (#377) --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 80c47f4b..e600c0a8 100644 --- a/README.md +++ b/README.md @@ -208,10 +208,8 @@ Following instructions shows how to install PHP 7.x, Microsoft ODBC driver, apac brew tap microsoft/mssql-preview https://github.com/Microsoft/homebrew-mssql-preview brew update - brew install unixodbc brew install msodbcsql brew install mssql-tools - brew install llvm --with-clang --with-clang-extra-tools brew install autoconf *Note: You need to make sure you install PHP 7+ before you proceed to step 3. The Microsoft PHP Drivers for SQL Server will only work for PHP 7+.