From 9f3c3c9bfd18527e1dd53db3845cc335b1d68ea7 Mon Sep 17 00:00:00 2001 From: Gengliang Wang Date: Tue, 27 Feb 2018 19:11:12 +0800 Subject: [PATCH] change git repo url to databricks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a690974..d96e7bd 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ sudo yum install gcc make flex bison byacc git Then run the following commands to clone the repo and build the tools: ``` -git clone https://github.com/gregrahn/tpcds-kit.git +git clone https://github.com/databricks/tpcds-kit.git cd tpcds-kit/tools make OS=LINUX ``` @@ -45,7 +45,7 @@ xcode-select --install Then run the following commands to clone the repo and build the tools: ``` -git clone https://github.com/gregrahn/tpcds-kit.git +git clone https://github.com/databricks/tpcds-kit.git cd tpcds-kit/tools make OS=MACOS ```