summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index cd6762da..623baecb 100644
--- a/README.md
+++ b/README.md
@@ -172,7 +172,12 @@ This will walk you through installing Chisel and its dependencies:
```
brew install caskroom/versions/java7
```
- 1. Add the FIRRTL executable to your PATH. *TODO: someone with a Mac needs to write this part*
+ 1. Add the FIRRTL executable to your PATH. One way is to add this line to your
+ `.bashrc`:
+
+ ```
+ export PATH=$PATH:<path-to-your-firrtl-repository>/utils/bin
+ ```
1. Install Verilator:
```