From 7dae7670e36bf30ccc6143b719a01ebf481ad3c9 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Fri, 20 Nov 2020 18:07:49 +0200 Subject: [PATCH] Change order of platform-speciffic installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c810db..d029c2d 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ Clone or download the repository to your openFrameworks addons folder. Make sure - Raspberry Pi Please install the [ofxOMXPlayer](https://github.com/jvcleave/ofxOMXPlayer) addon before compiling. -- Other platforms - Please rename the `addons.make.rpi` file to `addons.make`. - Windows MSYS2 Go to `patches/msys2` directory and run `./patch.sh` +- Other platforms + Please rename the `addons.make.rpi` file to `addons.make`. To test, use Terminal to change the directory to `example_basic`, compile and run.