File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments