Skip to content

Commit fa6292d

Browse files
authored
Enhance CLI section: minor edits for clarity
1 parent eb231d6 commit fa6292d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

content/pages/environment/index.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,9 @@ The [Export information and Tips](https://github.com/processing/processing/wiki/
568568

569569
## Command Line Interface (CLI)
570570

571-
Run sketches from the terminal using Processing's Command Line Interface (CLI).
571+
Processing includes a Command Line Interface (CLI) to run sketches from the terminal. This is helpful for automation, testing, and headless setups.
572+
573+
Make sure Processing is installed, then run the help command to see all available options and examples.
572574

573575
*Windows (PowerShell)*
574576
```
@@ -586,4 +588,4 @@ cd /Applications/Processing.app/Contents/MacOS
586588
./Processing --help
587589
```
588590

589-
_**Note:** On macOS, the executable lives inside the `.app` bundle, so that's why there is a command to navigate to it's folder first. On Windows and Linux, Processing is typically added to your PATH by default, so no navigation is needed. _
591+
_**Note:** On macOS, the executable lives inside the `.app` bundle, so that's why there is a command to navigate to it's folder first. On Windows and Linux, Processing is typically added to your PATH by default, so no navigation is needed._

0 commit comments

Comments
 (0)