comparison 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
comparison
equal deleted inserted replaced
34:16bb6d852171 35:fedf9356cc5c
5 ## Installation 5 ## Installation
6 6
7 First build a gem file starting from the given gemspec: 7 First build a gem file starting from the given gemspec:
8 8
9 ```bash 9 ```bash
10 gem build ruby-monetdb-sql.gemspec 10 gem build monetdb-sql.gemspec
11 ```
12 Or:
13 ```bash
14 make
11 ``` 15 ```
12 16
13 Then install the resulting gem with the command: 17 Then install the resulting gem with the command:
14 18
15 ```bash 19 ```bash
16 gem install --local ruby-monetdb-sql-1.2.gem 20 gem install --local monetdb-sql-1.2.gem
17 ``` 21 ```
18 22
19 ## Example 23 ## Example
20 ```ruby 24 ```ruby
21 require_relative 'MonetDB' 25 require_relative 'MonetDB'