summary refs log tree commit
diff options
context:
space:
mode:
-rw-r--r--README.rdoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.rdoc b/README.rdoc
index d82536ba..89bb475a 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -168,9 +168,16 @@ Download and install lighttpd:
 
 Installing the FCGI libraries:
 
+If you use Homebrew:
+
+    brew install fcgi
+
+Or using curl:
+
     curl -O -k -L https://github.com/FastCGI-Archives/FastCGI.com/raw/master/original_snapshot/fcgi-2.4.1-SNAP-0910052249.tar.gz
     tar xvfz fcgi-2.4.1-SNAP-0910052249.tar.gz
     cd fcgi-2.4.1-SNAP-0910052249
+
     ./configure --prefix=/usr/local
     make
     sudo make install