Skip to content

Commit

Permalink
non-sudo install commands; changed port to brew
Browse files Browse the repository at this point in the history
  • Loading branch information
oleganza committed Aug 20, 2010
1 parent d22a995 commit 31cd704
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README
Expand Up @@ -14,11 +14,11 @@ One of the most important concepts of StrokeDB is a StrokeDB::Document.

Install ossp-uuid library:

$ sudo port install ossp-uuid # (MacOSX)
$ brew install ossp-uuid # (MacOSX)

You need to install few gems in order to run StrokeDB:

$ sudo gem install diff-lcs json RubyInline
$ gem install diff-lcs json RubyInline

If you can't install ossp-uuid for some reason, then install uuidtools gem as well.

Expand All @@ -30,10 +30,11 @@ If you can't install ossp-uuid for some reason, then install uuidtools gem as we

=== Installing rubygem

$ sudo gem install strokedb
$ gem install strokedb

=== <i>(Optional) Running test suite</i>

$ gem install rcov echoe rspec
$ rake sup

=AUTHORS
Expand Down

1 comment on commit 31cd704

@rubyrailsninja
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great thank !!

http://strokedb.com/

Please sign in to comment.