aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEdward Wang2017-03-10 00:15:41 -0800
committerAdam Izraelevitz2017-03-10 11:21:09 -0800
commit2376ff9849beafaf02b657b461c15a36d7b38fd4 (patch)
tree86037d7e8bc35df6edd5f77573666287070b1dde /README.md
parente48813b92e1149bc909df8048ac0ce7d672eb045 (diff)
Tweak git clone command
HTTPS clone is with .git; cd only with no error.
Diffstat (limited to 'README.md')
-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```