From 1f5ccc6e80a95453464ca3796eaa312f46f74608 Mon Sep 17 00:00:00 2001 From: Brian Lopez Date: Tue, 6 Apr 2010 08:54:30 -0700 Subject: [PATCH] update install notes now that the gem is pushed --- README.rdoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 98bf4f6..36e7363 100644 --- a/README.rdoc +++ b/README.rdoc @@ -14,7 +14,9 @@ Mysql2::Result - returned from issuing a #query on the connection. It includes E == 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. + gem install mysql2 + +You may have to specify --with-mysql-lib=/usr/local/lib/mysql or your path to libmysql (I'll do my best to not require that) == Usage