crytic/echidna

Create a 1-line installer and upgrader

Open

#811 opened on Aug 9, 2022

View on GitHub
 (0 comments) (1 reaction) (0 assignees)Haskell (434 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (3,162 stars)
PR merge metrics
 (PR metrics pending)

Description

Something like curl -L URL | bash that would

  • Download the latest version
  • Copy it in something like /home/userName/.echidna
  • Add to the PATH

In addition, an echidna-upgrade script that would download the latest version if available. The script would also be added to /home/userName/.echidna

Contributor guide