We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec741b5 commit 1af091eCopy full SHA for 1af091e
README.md
@@ -44,7 +44,7 @@ Here are some options that provide a great experience:
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
+ - `export DOCKER_DEFAULT_PLATFORM=linux/amd64` in .zshrc or at a shell prompt
48
- Ensure you have [VSCode](https://code.visualstudio.com/)
49
- Install the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
50
- `git clone` the codebase repository and open it in VSCode
0 commit comments