From 1aa636d40ae45b235fb9a920122fae62973a008d Mon Sep 17 00:00:00 2001
From: Alex Shinn <ashinn@users.noreply.github.com>
Date: Mon, 16 Apr 2012 22:18:34 +0900
Subject: [PATCH] Updating to include Makefile.detect.

---
 README.libs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.libs b/README.libs
index d47d5b47..2d8fc8ec 100644
--- a/README.libs
+++ b/README.libs
@@ -5,8 +5,8 @@ The Makefile.libs file distributed with the Chibi Scheme sources
 can facilitate building and installing Chibi Scheme libraries written
 in C or Scheme. To use it, follow these instructions:
 
-1. Copy the Makefile.libs file from the Chibi Scheme source
-   directory to the library source top-level directory.
+1. Copy the Makefile.libs and Makefile.detect files from the Chibi
+   Scheme source directory to the library source top-level directory.
 
 2. Place the library source in the subdirectory "lib" of the library
    source top-level directory. For example,