From c7c359d16a164137fc00521ce94d777f81fdad58 Mon Sep 17 00:00:00 2001 From: Brian Lopez Date: Mon, 5 Apr 2010 14:15:30 -0700 Subject: [PATCH] note about installing --- README.rdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rdoc b/README.rdoc index fa00bab..af9f224 100644 --- a/README.rdoc +++ b/README.rdoc @@ -12,6 +12,10 @@ Mysql2::Client - your connection to the database Mysql2::Result - returned from issuing a #query on the connection. It includes Enumerable. +== Installing + +I plan to release the initial gem version within the next day or so. Just wanted to tweak extconf to help find the libmysql binary easier, and add the ssl options. + == Usage Connect to a database: