summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index d2093e57..00b7ab94 100644
--- a/README.md
+++ b/README.md
@@ -72,6 +72,11 @@ This will walk you through installing Chisel and its dependencies:
```
sudo update-alternatives --config java
```
+ 1. Locally publish this version of firrtl so it is available to satisfy the chisel3 library dependency:
+
+ ```
+ sbt publish-local
+ ```
1. Add the FIRRTL executable to your PATH. One way is to add this line to your
`.bashrc`: