aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLeonard (Lenny) Truong2018-06-10 13:33:22 -0700
committeredwardcwang2018-06-10 16:40:17 -0700
commit547082c04886f605b6f411b4ff3e42b54062f9a0 (patch)
treeb13dd0c6cb6f9ea4de6701c2a3ca9b2f6f6492e2 /README.md
parent87aa2629beaef20bbc57f36316b73742c599e559 (diff)
ucb-bar -> freechipsproject in clone instruction
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 39334d1e..a7bba7c8 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ sbt assembly
##### Installation
1. Clone the repository:
- ```git clone https://github.com/ucb-bar/firrtl.git && cd firrtl```
+ ```git clone https://github.com/freechipsproject/firrtl.git && cd firrtl```
1. Compile firrtl: ```sbt compile```
1. Run tests: ```sbt test```
1. Build executable (`utils/bin/firrtl`): ```sbt assembly```