diff --git a/content/pages/environment/index.mdx b/content/pages/environment/index.mdx index 5ac8d093..e19f45a5 100644 --- a/content/pages/environment/index.mdx +++ b/content/pages/environment/index.mdx @@ -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._