You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commandLine/readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ here's the extended options if you want to experiment. please take are that opt
28
28
-d, --dryrun don't change files
29
29
30
30
31
-
**note that on windows, command line flags are written with "/" not "-" and don't have abbreviations, so -r would be /recusive**
31
+
**note that on windows, command line flags are written with "/" not "-" and don't have abbreviations, so -r would be /recursive**
32
32
33
33
/recursive update recursively (applies only to update)
34
34
/help
@@ -65,7 +65,7 @@ you can also specify platforms (default platform is inferred) such as:
65
65
66
66
## Environment variable
67
67
68
-
If you want to skip using -o (for specifying the path to openframeworks) you can set an environment variable "PG_OF_PATH". For example, on OSX, you can set this in your ~/.bash_profile:
68
+
If you want to skip using `-o` (for specifying the path to openframeworks) you can set an environment variable "PG_OF_PATH". For example, on OSX, you can set this in your `~/.bash_profile`:
0 commit comments