Merge pull request #1323 from Phe0/developer-docs-small-fixes
Developer docs small fixes
This commit is contained in:
commit
a47245b289
2 changed files with 3 additions and 3 deletions
|
@ -9,6 +9,6 @@ This folder contains documents intended for developers of the p5.js Web Editor.
|
||||||
* [Deployment](deployment.md) - A guide to production deployment, and all platforms that are being used.
|
* [Deployment](deployment.md) - A guide to production deployment, and all platforms that are being used.
|
||||||
|
|
||||||
## Documents to Create
|
## Documents to Create
|
||||||
* Design Principles - reference [p5.js design principles](https://github.com/processing/p5.js/edit/master/developer_docs/design_principles.md)
|
* Design Principles - reference [p5.js design principles](https://github.com/processing/p5.js/edit/master/contributor_docs/design_principles.md)
|
||||||
* Issue Labels - reference [p5.js issue labels](https://github.com/processing/p5.js/blob/master/developer_docs/issue_labels.md)
|
* Issue Labels - reference [p5.js issue labels](https://github.com/processing/p5.js/blob/master/contributor_docs/issue_labels.md)
|
||||||
* File Structure - An explanation of the file structure of this application.
|
* File Structure - An explanation of the file structure of this application.
|
||||||
|
|
|
@ -19,7 +19,7 @@ Make sure you're tracking upstream p5.js repository.
|
||||||
|
|
||||||
If you see an error, you'll need to start tracking the main p5.js repo as an "upstream" remote repository. You'll only need to do this once! But, no harm is done if you run it a second time.
|
If you see an error, you'll need to start tracking the main p5.js repo as an "upstream" remote repository. You'll only need to do this once! But, no harm is done if you run it a second time.
|
||||||
|
|
||||||
git remote add upstream https://github.com/processing/p5.js
|
git remote add upstream https://github.com/processing/p5.js-web-editor
|
||||||
|
|
||||||
Then ask git about the latest changes.
|
Then ask git about the latest changes.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue