From d97b23902e10216b76a17629d1ce928c2e9a3e96 Mon Sep 17 00:00:00 2001 From: Caryn Tran Date: Mon, 17 Jun 2024 12:53:33 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fba4a09..b7a5c9a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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) @@ -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