Skip to content

Commit 8198d75

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents b1c4039 + 47c5af9 commit 8198d75

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@ If you need help getting started or run into any errors, please open a GitHub Is
8383
- [MICrONS Tutorial](https://github.com/datajoint/microns_phase3_nda#interactive-environment)
8484

8585

86-
## Developer Instructions
87-
- **Local environment**:
88-
- Install the following:
89-
- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
90-
- [Docker](https://docs.docker.com/get-docker/)
91-
- On M1/M2 Mac:
92-
- Enable Rosetta 2 on Docker advanced/experimental settings
93-
- Ensure Rosetta is installed by typing `softwareupdate --install-rosetta` at a shell prompt
94-
- `export DOCKER_DEFAULT_PLATFORM=linux/amd64` in .zshrc or at a shell prompt
95-
- [Microsoft's Visual Studio Code (VS Code)](https://code.visualstudio.com/)
96-
- VSCode [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers).
86+
## Developer Instructions
87+
- Local environment instructions
88+
- Install the following:
89+
- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
90+
- [Docker](https://docs.docker.com/get-docker/)
91+
- On M1/M2 Mac:
92+
- Enable Rosetta 2 on Docker advanced/experimental settings
93+
- Ensure Rosetta is installed by typing `softwareupdate --install-rosetta` at a shell prompt
94+
- `export DOCKER_DEFAULT_PLATFORM=linux/amd64` in .zshrc or at a shell prompt
95+
- [Microsoft's Visual Studio Code (VS Code)](https://code.visualstudio.com/)
96+
- VSCode [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers).
9797
- `git clone` your fork of the repository and open it in VSCode.
9898
- Use the `Dev Containers extension` to `Reopen in Container`. (More info in the `Getting started` included with the extension.)
9999
- To begin, navigate to the [tutorials](./tutorials) directory located in the left panel and proceed through the sequentially organized Jupyter notebooks. Execute the cells in the notebooks to begin your walkthrough of the tutorial.

0 commit comments

Comments
 (0)