Closed johnnymatthews closed 4 months ago
The CLI can now be installed with npm install --global @entropyxyz/cli. This PR updates all references to the old yarn install process, as well as some other Yarn-related house-keeping.
npm install --global @entropyxyz/cli
yarn install
The CLI can now be installed with
npm install --global @entropyxyz/cli
. This PR updates all references to the oldyarn install
process, as well as some other Yarn-related house-keeping.