ArDrive CLIBuild and Run from Source
Install Yarn 3
Both the ArDrive CLI and ArDrive Core JS use Yarn 3 to manage dependencies and initiate workflows, so follow the [yarn installation instructions][yarn-install] in order to get the latest version. In most cases:
brew install yarn
npm install -g yarn
How is this guide?