From bdb0161bfea7496a85822fd47dda438f1ec9e692 Mon Sep 17 00:00:00 2001 From: Jenny Tam Date: Thu, 21 Dec 2017 08:30:47 -0800 Subject: [PATCH] Update README.md Updated instructions for Ubuntu 17 and Debian 9 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2ac70f6..b99fb980 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ Note that [Microsoft ODBC Driver 17][odbc17] is required for Ubuntu 17 and Debia echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bashrc source ~/.bashrc -**Ubuntu 17.10** +**Ubuntu 17.10 (available upon the official release of ODBC driver 17)** sudo su curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - @@ -239,7 +239,7 @@ Note that [Microsoft ODBC Driver 17][odbc17] is required for Ubuntu 17 and Debia sudo ACCEPT_EULA=Y apt-get install msodbcsql sudo apt-get install unixodbc-dev -**Debian 9** +**Debian 9 (available upon the official release of ODBC driver 17)** sudo su curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -