From 48d536919643a766322134305224677a4ee9177f Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Wed, 30 Oct 2024 19:09:43 -0700 Subject: [PATCH] amend --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e493a282..afc17efb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -71,7 +71,7 @@ We haven't created prerequisite steps for building on Linux yet, but you can fol Before building Void, please follow the prerequisite steps above for your operating system. Also make sure you've already built the Void extension (or just run `cd ./extensions/void && npm install && npm run build && npm run compile && cd ../..`). -First, open `void/` in VSCode. Then: +To build Void, first open `void/` in VSCode. Then: 1. Install all dependencies.