From ae658dfc74b048defbba2ef9da6ae244aaca4b55 Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Sun, 15 Sep 2024 03:28:36 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 52e39f33..b4175484 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,17 +73,17 @@ Here's how you can start contributing to the Extension: ```git clone https://github.com/voideditor/void``` -2. Open the extension folder +2. Open the extension folder in VS Code -```cd /extensions/void``` +```/extensions/void``` 3. Install dependencies -```npm run install``` +```yarn``` 4. Build the project using `npm run build`. (we created this command so that we could run React in vscode - it converts `sidebar/index.tsx` into a CSS/JS bundle in `dist/`.) -```npm run build``` +```yarn run build``` 5. Run the project