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: examples/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ This is the simplest way on Linux and macOS from the command line.
39
39
* Typically, you `cd` into an example directory and run `./build.sh` (each example has its own `build.sh`).
40
40
* Once the build is done, you can run the example: the executable is in the `build/` directory and its path is printed to the console during the build.
41
41
* Run `./build.sh run` to build and run the example in one step.
42
-
* The `./build.sh` also accepts `--clear` as the first argument to clear the build directory before building.
42
+
* The `./build.sh` also accepts `--clean` as the first argument to clear the build directory before building.
0 commit comments