From 6268015239f143f36541588971b0f72a680e42ae Mon Sep 17 00:00:00 2001 From: Grant Ramsay Date: Sat, 26 Oct 2024 18:12:39 +0100 Subject: [PATCH] fix typo Signed-off-by: Grant Ramsay --- CONTRIBUTING.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fb73a5f..ff19f07 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,18 +52,20 @@ To get started, follow these steps: Run the following command to install the required dependencies: ```console -$ uv synv +$ uv sync ``` You then need to activate the virtual environment: -```bash -# On Linux or Mac OS +On Linux or Mac OS + +```terminal $ source .venv/bin/activate ``` -```bash -# On Windows +On Windows + +```terminal $ .venv\Scripts\activate ```