diff options
| author | Edward Wang | 2017-03-10 00:15:41 -0800 |
|---|---|---|
| committer | Adam Izraelevitz | 2017-03-10 11:21:09 -0800 |
| commit | 2376ff9849beafaf02b657b461c15a36d7b38fd4 (patch) | |
| tree | 86037d7e8bc35df6edd5f77573666287070b1dde /README.md | |
| parent | e48813b92e1149bc909df8048ac0ce7d672eb045 (diff) | |
Tweak git clone command
HTTPS clone is with .git; cd only with no error.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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``` |
