From 16a873b48bfc39df51045105ba133c3e090bfb2b Mon Sep 17 00:00:00 2001 From: Mischa Spiegelmock Date: Sat, 30 Jul 2016 14:50:46 -0700 Subject: [PATCH] formatting --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0dd15e8a7..134db36c6 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,12 @@ NOTE: The [projectM wiki](http://projectm.wiki.sourceforge.net) is the official * [OSX Build instructions](BUILDING_OSX.txt) # Building -Requires [cmake](https://cmake.org/download/). -`cmake .` -`make` -`make install` +Requires [cmake](https://cmake.org/download/). +``` +cmake . +make +make install +``` ## Help Report issues on [GitHub](https://github.com/revmischa/projectm/issues/new)