Skip to content
Draft
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
10 changes: 2 additions & 8 deletions content/pages/environment/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -577,15 +577,9 @@ Make sure Processing is installed, then run the help command to see all availabl
processing --help | more
```

*Linux*
*macOS/Linux*
```
processing --help
```

*macOS*
```
cd /Applications/Processing.app/Contents/MacOS
./Processing --help
```

_**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._
_**Note:** On macOS, the CLI is not installed by default, run `tools -> install "processing" from Processing. On Windows and Linux, Processing is typically added to your PATH by default, so no installation is needed._