Skip to content

Commit e548462

Browse files
authored
Merge pull request #654 from processing/SableRaf-windows-CLI-fix
2 parents c000597 + 15d1428 commit e548462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/pages/environment/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,9 +572,9 @@ Processing includes a Command Line Interface (CLI) to run sketches from the term
572572

573573
Make sure Processing is installed, then run the help command to see all available options and examples.
574574

575-
*Windows (PowerShell)*
575+
*Windows*
576576
```
577-
processing.exe --help
577+
processing --help | more
578578
```
579579

580580
*Linux*

0 commit comments

Comments
 (0)