Skip to content

Commit

Permalink
Updated with the Dockerhub image
Browse files Browse the repository at this point in the history
  • Loading branch information
ESultanik committed Oct 9, 2018
1 parent 721bbbc commit ab4673b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ It is named after the Greek goddess [Stheno](https://en.wikipedia.org/wiki/Sthen

## Quickstart

Use Docker to quickly install and try Etheno:
Use our prebuilt Docker container to quickly install and try Etheno:

```
docker pull trailofbits/etheno
docker run -it trailofbits/etheno
```

Or, build a Docker container from source:

```
# Clone the Etheno repo
Expand All @@ -43,7 +50,7 @@ etheno@982abdc96791:~$ cd examples/BrokenMetaCoin/
etheno@982abdc96791:~/examples/BrokenMetaCoin$ etheno --truffle --ganache --manticore --manticore-max-depth 2 --manticore-script ExploitMetaCoinManticoreScript.py
```

Alternatively, install Etheno in a few shell commands:
Alternatively, natively install Etheno in a few shell commands:

```
# Install system dependencies
Expand Down

0 comments on commit ab4673b

Please sign in to comment.