Skip to content

Commit

Permalink
Merge pull request #28 from voideditor/andrewpareles-patch-2
Browse files Browse the repository at this point in the history
Clarify most users should start editing the extension
  • Loading branch information
andrewpareles authored Sep 18, 2024
2 parents 085e622 + 04fd13f commit 839c974
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ For some useful links we've compiled see [`VOID_USEFUL_LINKS.md`](https://github


## 1. Building the Extension
Here's how you can start contributing to the Void Extension, where much of our code lives right now:
Here's how you can start contributing to the Void extension. This is where most of Void's code lives, and it's where you should get started if you're new.

1. Clone the repository:

```
git clone https://github.com/voideditor/void
```

2. Open the extension folder in VS Code (open it in a new workspace, *don't* just cd into it):
2. Open the folder `/extensions/void` in VS Code (open it in a new workspace, *don't* just cd into it):

```
/extensions/void
open /extensions/void
```

3. Install dependencies:
Expand Down

0 comments on commit 839c974

Please sign in to comment.