Skip to content

Commit

Permalink
README: update echidna-bundle references to echidna-redistributable
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Oct 31, 2023
1 parent f6886d9 commit 693f3c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,11 @@ $ nix run github:crytic/echidna/v2.1.1 # specific ref (tag/branch/commit)
```

To build a standalone release for non-Nix macOS systems, the following will
bundle Echidna and all linked dylibs:
build Echidna in a mostly static binary. This can also be used on Linux systems
to produce a fully static binary.

```sh
$ nix build .#echidna-bundle
$ nix build .#echidna-redistributable
```

Nix will automatically install all the dependencies required for development
Expand Down

0 comments on commit 693f3c7

Please sign in to comment.