update install notes now that the gem is pushed

This commit is contained in:
Brian Lopez 2010-04-06 08:54:30 -07:00
parent 9e9f10bdc1
commit 1f5ccc6e80
1 changed files with 3 additions and 1 deletions

View File

@ -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