Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Weggemans committed Jun 1, 2021
1 parent ac4d9f2 commit 83c05e8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83c05e8

Please sign in to comment.