Commit 6420f3bb authored by George Hotz's avatar George Hotz Committed by GitHub

Merge pull request #39 from ethereum-optimism/m/readme-fix

Add missing instructions to README
parents 06581e75 aac8a637
...@@ -4,3 +4,4 @@ cache ...@@ -4,3 +4,4 @@ cache
unicorn unicorn
unicorn2 unicorn2
.*.swp .*.swp
venv
...@@ -24,6 +24,10 @@ contracts -- A Merkleized MIPS processor on chain + the challenge logic ...@@ -24,6 +24,10 @@ contracts -- A Merkleized MIPS processor on chain + the challenge logic
## Usage ## Usage
``` ```
# build unicorn
./build_unicorn.sh
export LIBUNICORN_PATH=$(pwd)/unicorn2/
# build minigeth for MIPS # build minigeth for MIPS
(cd mipigo && pip3 install -r requirements.txt && ./build.sh) (cd mipigo && pip3 install -r requirements.txt && ./build.sh)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment