From 60e2cd34166522bda41f327c990c7607715e3c19 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sat, 2 Jan 2016 13:31:37 +0000 Subject: [PATCH] Improve Basic Usage section in the readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 59c5506..123aab4 100644 --- a/README.md +++ b/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. - ``` -cd example -make -./bin/example + ```bash +cd openFrameworks/addons/ofxPiMapper/example +make && make run ``` 3. Use the `-f` flag to launch it fullscreen. - ``` + ```bash ./bin/example -f ```