Changeset: fedf9356cc5c for monetdb-ruby
URL: https://dev.monetdb.org/hg/monetdb-ruby/rev/fedf9356cc5c
Modified Files:
        README.md
Branch: default
Log Message:

Update README.md


diffs (23 lines):

diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -7,13 +7,17 @@ Ruby driver for MonetDB
 First build a gem file starting from the given gemspec:
 
 ```bash
- gem build ruby-monetdb-sql.gemspec
+ gem build monetdb-sql.gemspec
+```
+Or:
+```bash
+make
 ```
 
 Then install the resulting gem with the command:
 
 ```bash
- gem install --local ruby-monetdb-sql-1.2.gem
+ gem install --local monetdb-sql-1.2.gem
 ```
 
 ## Example
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to