Skip to content

Commit

Permalink
add Rosetta, Fix #249
Browse files Browse the repository at this point in the history
  • Loading branch information
hh committed Mar 26, 2024
1 parent 08526b9 commit bfb0b41
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ sidebar_position: 2
Require `Node.js` version `>=16`.
:::


:::note
If you are using mac computers with apple silicon, make sure [Rosetta](https://support.apple.com/en-us/102527) was installed with following command.
:::


```bash
softwareupdate --install-rosetta --agree-to-license
```

2. Install [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git).

3. Next, install the scrypt cli
Expand Down

0 comments on commit bfb0b41

Please sign in to comment.