From 59135d99430eb5fa4376f60d87c8430e0f0e238a Mon Sep 17 00:00:00 2001 From: Drew Yang Date: Fri, 15 Sep 2023 15:29:26 -0500 Subject: [PATCH 1/3] =?UTF-8?q?docs:=20=F0=9F=93=9D=20update=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f020f81..0154f3f 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ Here are some options that provide a great experience: - **Local IDE**: - Ensure you have [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) - Ensure you have [Docker](https://docs.docker.com/get-docker/) + - On M1/M2 Mac, you have to: + - enable Rosetta 2 on Docker advanced/experimental settings + - ensure Rosetta is installed by typing softwareupdate --install-rosetta at a shell prompt + - export DOCKER_DEFAULT_PLATFORM=linux/amd64 in .zshrc or at a shell prompt - Ensure you have [VSCode](https://code.visualstudio.com/) - Install the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) - `git clone` the codebase repository and open it in VSCode From ec741b57d961cc3e76fb4ff6cbeabf10113bb27d Mon Sep 17 00:00:00 2001 From: Drew Yang <31813282+yambottle@users.noreply.github.com> Date: Fri, 15 Sep 2023 15:52:15 -0500 Subject: [PATCH 2/3] Update README.md Co-authored-by: Kabilar Gunalan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0154f3f..d29c6b4 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Here are some options that provide a great experience: - Ensure you have [Docker](https://docs.docker.com/get-docker/) - On M1/M2 Mac, you have to: - enable Rosetta 2 on Docker advanced/experimental settings - - ensure Rosetta is installed by typing softwareupdate --install-rosetta at a shell prompt + - ensure Rosetta is installed by typing `softwareupdate --install-rosetta` at a shell prompt - export DOCKER_DEFAULT_PLATFORM=linux/amd64 in .zshrc or at a shell prompt - Ensure you have [VSCode](https://code.visualstudio.com/) - Install the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) From 1af091e963a30249c6b5ae8d07ab0b103af53d28 Mon Sep 17 00:00:00 2001 From: Drew Yang <31813282+yambottle@users.noreply.github.com> Date: Fri, 15 Sep 2023 15:52:22 -0500 Subject: [PATCH 3/3] Update README.md Co-authored-by: Kabilar Gunalan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d29c6b4..f6069a0 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Here are some options that provide a great experience: - On M1/M2 Mac, you have to: - enable Rosetta 2 on Docker advanced/experimental settings - ensure Rosetta is installed by typing `softwareupdate --install-rosetta` at a shell prompt - - 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 - Ensure you have [VSCode](https://code.visualstudio.com/) - Install the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) - `git clone` the codebase repository and open it in VSCode