Skip to content

Commit

Permalink
testing documentation tweaks
Browse files Browse the repository at this point in the history
Validated on a fairly vanilla Ubuntu box
  • Loading branch information
epall committed Feb 5, 2011
1 parent a43cebb commit 50ec9d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.markdown
Expand Up @@ -171,7 +171,7 @@ The tests in test/ need a bit of setup to get running:

if you're on Ubuntu:

* sudo aptitude install expect
* sudo aptitude install expect libsqlite3-dev

For all platforms:

Expand All @@ -185,6 +185,9 @@ If you want tests to go a bit faster, globally install the gems with native exte

* rvm use 1.8.7@global
* gem install ffi sqlite3 json
* rvm use 1.9.2@global
* gem install ffi sqlite3 json
* rvm use default

Plans
-----
Expand Down

0 comments on commit 50ec9d8

Please sign in to comment.