-
-
Notifications
You must be signed in to change notification settings - Fork 49
Clarify language in BUILD.md #989
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
BUILD.md
Outdated
|
||
### Running Processing | ||
|
||
The main task to run or debug the PDE is `app:run` this run the application with `compose desktop` | ||
The main task to run or debug the PDE is `run` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Period (.) missing at end of sentence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd also suggest mentioning the exact command. Not everyone who's building from source may understand what a gradle task means (aka there are people who may be interested in building from source solely because it gives them access to latest features).
The main task to run or debug the PDE is `run`. That means you just need to run `./gradlew run` (Linux) or `./gradlew.bat run` (Windows) to build and run Processing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done! I'll let @Stefterv review the changes.
skip ci
closes #985