Skip to content

Commit 20f448c

Browse files
committed
Added clarification about keywords.txt
1 parent 0573104 commit 20f448c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The website is set up to deploy itself whenever a new GitHub release is created
5959
The website repo has a script that generates the `keywords.txt` file into the `processing4` repo to use for syntax highlighting the PDE. Follow these steps in order to generate that file:
6060

6161
1. Make sure you have this `processing-website` repo and the `processing4` repo next to each other on your computer
62-
2. Make sure the [JavaDoc and reference](https://github.com/processing/processing-website/blob/main/docs/reference.md) are up to date with the latest version of Processing. Otherwise make the necessary updates to the JavaDoc in the `processing4` repo then [run the Doclet script](https://github.com/processing/processing-doclet/blob/main/README.md).
62+
2. Make sure the [JavaDoc and reference](https://github.com/processing/processing-website/blob/main/docs/reference.md) are up to date with the latest version of Processing. Otherwise make the necessary updates to the JavaDoc in the `processing4` repo then [run the Doclet script](https://github.com/processing/processing-doclet/blob/main/README.md). _(note: this step is only necessary if new keywords were added to the Processing API)_
6363
3. Run `npm run updateKeywords`
6464

6565
The `processing4` repo now has an updated `java/keywords.txt` file.

0 commit comments

Comments
 (0)