From 6a17762c10473d8abae28cc0134da1576ef150af Mon Sep 17 00:00:00 2001
From: Curtis Hall <curt@bluecherry.net>
Date: Mon, 11 Feb 2013 14:18:54 -0600
Subject: [PATCH] Added CONFIGURATION title to INSTALL

---
 INSTALL |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/INSTALL b/INSTALL
index 4ca828a..001fb4f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -13,6 +13,12 @@
  Optionally, you have the option of 'make install', which will copy the main
  directory of monkey where it has been specified in the configure script.
 
+ CONFIGURATION
+ ===============
+ monkey.conf is generated by ./configure (see above) and saved in conf/monkey.conf.  
+ In this configuration file you can set the default port, and settings such as workers,
+ timeouts, default user directions, etc.
+
  Running Monkey
  ==============
 
-- 
1.7.0.4

