Skip to content

Commit 2bc9705

Browse files
authored
Merge pull request #35 from yambottle/master
docs: 📝 update docs
2 parents a14bd95 + 1af091e commit 2bc9705

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ Here are some options that provide a great experience:
4141
- **Local IDE**:
4242
- Ensure you have [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
4343
- Ensure you have [Docker](https://docs.docker.com/get-docker/)
44+
- On M1/M2 Mac, you have to:
45+
- enable Rosetta 2 on Docker advanced/experimental settings
46+
- ensure Rosetta is installed by typing `softwareupdate --install-rosetta` at a shell prompt
47+
- `export DOCKER_DEFAULT_PLATFORM=linux/amd64` in .zshrc or at a shell prompt
4448
- Ensure you have [VSCode](https://code.visualstudio.com/)
4549
- Install the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
4650
- `git clone` the codebase repository and open it in VSCode

0 commit comments

Comments
 (0)