Installation
Last updated
NOTE Windows users must have WSL installed
Cyfrinup simplifies the installation and management of Cyfrin tools.
Follow the instructions to install here.
Run aderyn --version to check the installation.
Upgrade older versions by (re)running: cyfrinup
brew install cyfrin/tap/aderynUpgrade older versions by running: brew upgrade cyfrin/tap/aderyn
npm install @cyfrin/aderyn -gUpgrade older versions by (re)running: npm install @cyfrin/aderyn -g
If you are installing with Homebrew or npm, ensure that the correct version of Aderyn in your path comes from either the Homebrew or npm global packages directory. If an older version exists at ~/.cyfrin/bin/aderyn, remove it using rm -f ~/.cyfrin/bin/aderyn, as this is no longer the default installation location.
Last updated