From 952f94924f5a9ca73afb4f5d88be52aaa2ab0ad4 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Fri, 26 May 2017 17:49:41 +0200 Subject: [PATCH] Attempt to fix readme --- README.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index ba19f7d..ed7afe1 100644 --- a/README.md +++ b/README.md @@ -13,18 +13,16 @@ You can use the example application of the addon for projection mapping projects 1. Put your own sources in the `example/bin/data/sources` directory. Use [Handbrake](https://handbrake.fr/) with the **Fast 720p30** preset to encode your videos. -2. Compile and run the example project. - - ```bash -cd openFrameworks/addons/ofxPiMapper/example -make && ./bin/example - ``` - -3. Use the `-f` flag to launch it fullscreen. - - ```bash -./bin/example -f - ``` +2. Compile and run the example project. + ```bash + cd openFrameworks/addons/ofxPiMapper/example + make && ./bin/example + ``` + +3. Use the `-f` flag to launch it fullscreen. + ```bash + ./bin/example -f + ``` ## Compiling on Linux