Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carynbear authored Jun 17, 2024
1 parent 765cb1c commit d97b239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
For macOS,
```sh
brew install mise
echo 'eval "$(mise activate zsh)"' >> ~/.zshrc
echo '\neval "$(mise activate zsh)"\n' >> ~/.zshrc
```
Otherwise see [mise documentation](https://mise.jdx.dev/getting-started.html)

Expand Down Expand Up @@ -82,7 +82,7 @@
git branch --set-upstream-to=upstream/main
```
11. **Set python version:**
1. **mise** (_Recommended_):
```sh
echo 3.10.14 > .python-version
Expand Down

0 comments on commit d97b239

Please sign in to comment.