Browse Source

Improve Basic Usage section in the readme

master
Krisjanis Rijnieks 10 years ago
parent
commit
60e2cd3416
  1. 9
      README.md

9
README.md

@ -40,15 +40,14 @@ You can use the example application of the addon for simple projection mapping p
2. Compile and run the example project. 2. Compile and run the example project.
``` ```bash
cd example cd openFrameworks/addons/ofxPiMapper/example
make make && make run
./bin/example
``` ```
3. Use the `-f` flag to launch it fullscreen. 3. Use the `-f` flag to launch it fullscreen.
``` ```bash
./bin/example -f ./bin/example -f
``` ```

Loading…
Cancel
Save