summary refs log tree commit
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-11-15 11:21:38 +0900
committerGitHub <noreply@github.com>2019-11-15 11:21:38 +0900
commit2b4b041c6c0c4722da7fc8b8f2ef948c4c5ee500 (patch)
treea418d15014c18c32337179cd19e73a8437ea13e5
parent110b5475005ca48689ef69e33859bb912331c5fc (diff)
parentc3462fafe416408ed66e3cb59105551906a35bf1 (diff)
downloadrack-2b4b041c6c0c4722da7fc8b8f2ef948c4c5ee500.tar.gz
Merge pull request #1079 from sophiedeziel/readme
added the homebrew way to install FCGI in the README file
-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