Skip to content

Commit 90abf7f

Browse files
committed
Updated readme [skip ci]
1 parent cfca7e3 commit 90abf7f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,12 @@ createdb pgvector_ruby_test
151151
bundle install
152152
bundle exec rake test
153153
```
154+
155+
To run an example:
156+
157+
```sh
158+
cd examples
159+
createdb pgvector_example
160+
bundle install
161+
bundle exec ruby bulk_loading.rb
162+
```

0 commit comments

Comments
 (0)