Skip to content

Commit 4bbee93

Browse files
authored
Revise p5.js extension installation instructions
Updated links and instructions for installing the p5.js library extension in the tutorial.
1 parent 4830aaf commit 4bbee93

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/content/tutorials/en/setting-up-your-environment.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,13 +303,15 @@ Once your project is saved, you can share it!
303303

304304
- Open VS Code and navigate to the extensions manager on the left toolbar.
305305
- Type [*p5.js 2.x Project Generator*](https://marketplace.visualstudio.com/items?itemName=Irti.p5js-project-generator) in the search bar, select the extension, and click the install button.
306-
- Familiarize yourself with details for this extension [here](https://github.com/antiboredom/p5.vscode/blob/master/README.md).
306+
- Familiarize yourself with details for this extension [here](https://github.com/IrtizaNasar/p5-2.vscode/blob/main/README.md).
307307

308308

309309
### Step 3: Create a p5.js project
310310

311311
- Click on *View* on the top toolbar and select Command Palette.
312-
- Type *Create p5.js Project* in the search bar and select the folder on your machine in which you would like to save your project.
312+
- Type *Create a new p5.js 2.x Project* in the search bar and select the command.
313+
- Follow the prompts to configure your project.
314+
- Select the folder on your machine where you would like to save your project.
313315

314316

315317
### Step 4: View your first sketch

0 commit comments

Comments
 (0)