aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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```