From cf509e1c7c028ea53bfaa3d3f55d33587b227a66 Mon Sep 17 00:00:00 2001 From: Mischa Spiegelmock Date: Sat, 30 Jul 2016 13:58:34 -0700 Subject: [PATCH] first time configuration --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a048efb09..1a18d0ca1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,10 @@ Requires [cmake](https://cmake.org/download/). ## Configure with cmake `ccmake .` -This will present you with a simple console-based interface of options for projectM. Review the options and change what you think is necessary. Press 'g' to generate the make files and exit. +This will present you with a simple console-based interface of options for projectM. +Press 'c' to generate the configuration. +Review the options and change what you think is necessary. Press 'g' to generate the make files and exit. + ## Compiling and installing