From 2376ff9849beafaf02b657b461c15a36d7b38fd4 Mon Sep 17 00:00:00 2001 From: Edward Wang Date: Fri, 10 Mar 2017 00:15:41 -0800 Subject: Tweak git clone command HTTPS clone is with .git; cd only with no error. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfcdbc4f..78af894d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ##### Installation 1. Clone the repository: - ```git clone https://github.com/ucb-bar/firrtl; cd firrtl``` + ```git clone https://github.com/ucb-bar/firrtl.git && cd firrtl``` 1. Compile firrtl: ```sbt compile``` 1. Run tests: ```sbt test``` 1. Build executable (`utils/bin/firrtl`): ```sbt assembly``` -- cgit v1.2.3