From 90be94072be17fdeff4d6fa8891a54a107ca8dd0 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Fri, 19 Jul 2019 07:17:03 -0700 Subject: [PATCH] README repo url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb41faf4..f7be2eb3 100644 --- a/README.md +++ b/README.md @@ -132,8 +132,8 @@ Use the following commands to checkout the git repository and build the OpenSTA library and excutable. ``` -git clone https://xp-dev.com/git/opensta -cd opensta +git clone https://github.com/The-OpenROAD-Project/OpenSTA.git +cd OpenSTA mkdir build cd build cmake ..