aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam Izraelevitz2015-07-29 20:11:45 -0700
committerAdam Izraelevitz2015-07-29 20:11:45 -0700
commit55b8534d68cda8b0e9a8fe0de83f557f8e393994 (patch)
tree5d0e52d41ed8a4d87eccd7706115561eba1f4a40 /README.md
parentc8196b0164342826b39cb91cb11266c50f50d7af (diff)
Added installation for linux
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 fd5be0dc..e02f0e8e 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
#### Installation instructions (for Mac):
*Disclaimer*: This project is going through development stages so there is no guarantee anything works.
`git clone https://github.com/ucb-bar/firrtl # Clone repository`
- `make install # Stanza installation`
+ `make install-mac # Stanza installation`
`pip install lit # Install lit (this assumes you have pip installed)`
`make build # Build firrtl`
`make check # Run tests`