Skip to content

Commit

Permalink
fix: added rosetta to pre-requisites
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Gallardo authored and Guillermo Gallardo committed Nov 26, 2024
1 parent f90ab99 commit cd60efe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/2.build/2.smart-contracts/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ Before starting, make sure to set up your development environment.
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install latest

# ⚠️ For Mac Silicon users only, Rosetta is needed to compile contracts
# /usr/sbin/softwareupdate --install-rosetta --agree-to-licens

# Install NEAR CLI to deploy and interact with the contract
npm install -g near-cli-rs@latest
```
Expand Down

0 comments on commit cd60efe

Please sign in to comment.