Skip to content

Commit

Permalink
[docs] Add rosetta instructions to docs
Browse files Browse the repository at this point in the history
Summary:
Followup from https://linear.app/comm/issue/ENG-4374/problems-with-dev-environment-setup#comment-e374da31
Adding instructions on how to install roesetta for Apple silicon Macs

Test Plan: N/A

Reviewers: jon, ashoat, O6 Docs

Reviewed By: ashoat, O6 Docs

Subscribers: tomek

Differential Revision: https://phab.comm.dev/D8515
  • Loading branch information
InkaAlicja committed Jul 17, 2023
1 parent 5784e0b commit cb0b955
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/nix_dev_env.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ Some workflows require additional steps after the Nix installation. These steps

To set up a dev environment using Nix, you will need a macOS or Linux machine.

If you are using a Mac computer with Apple silicon, you will need to install Rosetta 2. You can do this by running:

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

# Prerequisites

## Xcode
Expand Down

0 comments on commit cb0b955

Please sign in to comment.