Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To edit a core library page:
The contributions are copied via a script from the [`processing-contributions`](https://github.com/processing/processing-contributions) repo to the `/content/contributions` folder in this repo. This is what you need to run the script:

1. Make sure that you have the `processing-contributions` repo next to this `processing-website` repo on your computer
1. Pull the latest `master` from the `processing-contributions` repository
1. Pull the latest `main` from the `processing-contributions` repository
1. From the root of this repo, run `npm run updateContributions`

You should now have the updated contribution files in your repo ready to be committed. Please submit the changes as a PR to the `main` branch of `processing-website`.