Skip to content

Commit a9a8b1f

Browse files
committed
Set-up instructions as per the default branch
1 parent fd3ce13 commit a9a8b1f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,21 @@
2525

2626
- [Node.js](https://nodejs.org/) (version 18 or higher)
2727
- [npm](https://www.npmjs.com/)
28+
- [python >=3](https://www.python.org/ftp/python/3.13.0/python-3.13.0-amd64.exe)
29+
- [openJDK](https://github.com/alexkasko/openjdk-unofficial-builds#openjdk-unofficial-installers-for-windows-linux-and-mac-os-x)
2830

2931

3032
### Setup
3133

3234
```sh
33-
git clone --branch Dynamic-sketchpath https://github.com/diyaayay/processing-language-server-extension.git
35+
git clone --branch Test https://github.com/diyaayay/processing-language-server-extension.git
3436
cd processing-language-server-extension/
3537
Run the script dependency.bat through any terminal (e.g., in Windows Powershell, run .\dependency.bat)
3638
npm install
3739
npm run watch
3840
```
3941

40-
Note: This project is under development. The default development branch is `Dynamic-sketchpath`. To test currently,open the `skechers.pde` under the `SKECHERS` directory inside the project's root and write your sketch within the file. Dynamic sketchfile paths functionality will be pushed soon.
41-
42-
Note: If you run into any errors while installing, make sure you have `python >=3` installed on your windows/linux machine.
43-
[Download Python](https://www.python.org/ftp/python/3.13.0/python-3.13.0-amd64.exe).
42+
Note: This project is under development. The default development branch is `Test`. To test, create a sketch directory. The sketch must exist in a directory with the same name as the sketch file itself (e.g., `Sketch101/Sketch101.pde`).
4443

4544
Note: If you run into any errors while installing, make sure you have `openJdk 7` installed for the node modules dependency
4645
`npm i java`. Refer to the following link to download it: [Download openJDK](https://github.com/alexkasko/openjdk-unofficial-builds#openjdk-unofficial-installers-for-windows-linux-and-mac-os-x), and it should be added to your system's environment variables.

0 commit comments

Comments
 (0)