Skip to content

Commit

Permalink
Merge pull request #39 from ethereum-optimism/m/readme-fix
Browse files Browse the repository at this point in the history
Add missing instructions to README
  • Loading branch information
geohot authored Jan 19, 2022
2 parents 06581e7 + aac8a63 commit 6420f3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ cache
unicorn
unicorn2
.*.swp
venv
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ contracts -- A Merkleized MIPS processor on chain + the challenge logic

## Usage
```
# build unicorn
./build_unicorn.sh
export LIBUNICORN_PATH=$(pwd)/unicorn2/
# build minigeth for MIPS
(cd mipigo && pip3 install -r requirements.txt && ./build.sh)
Expand Down

0 comments on commit 6420f3b

Please sign in to comment.