Skip to content

Commit

Permalink
Merge pull request #3424 from dfinity/jessiemongeon1-patch-1
Browse files Browse the repository at this point in the history
add: Info about OS error 86
  • Loading branch information
jessiemongeon1 authored Sep 5, 2024
2 parents 33832d1 + 8d97577 commit 3c8776b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/developer-docs/getting-started/install/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,13 @@ You can download and install the latest version of [`dfxvm`](https://github.com/
sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
```

If you are using a machine running Apple silicon, you will need to have [Rosetta](https://support.apple.com/en-us/HT211861) installed. You can install Rosetta by running `softwareupdate --install-rosetta` in your terminal.
If you are using a machine running Apple silicon (M1 or M2 CPU chips), you will need to have [Rosetta](https://support.apple.com/en-us/HT211861) installed, otherwise you will receive the error, `Bad CPU type in executable (os error 86)`.

You can install Rosetta by running the command:

```
softwareupdate --install-rosetta
```

</TabItem>
<TabItem value="windows" label="Install on Windows">
Expand Down

0 comments on commit 3c8776b

Please sign in to comment.