Mercurial > hg > monetdb-ruby
diff README.md @ 35:fedf9356cc5c default tip
Update README.md
author | Mitchell Weggemans <mitchell.weggemans@monetdbsolutions.com> |
---|---|
date | Tue, 01 Jun 2021 15:13:27 +0200 (2021-06-01) |
parents | 16bb6d852171 |
children |
line wrap: on
line diff
--- 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