apache / accumulo-proxy

Apache Accumulo Proxy
https://accumulo.apache.org
Apache License 2.0
9 stars 19 forks source link

Update ruby steps in README #49

Closed DomGarguilo closed 1 year ago

DomGarguilo commented 1 year ago

In the steps to create a ruby client, it gives a command to run the example ruby file:

bundle exec client.rb

I was unable to get that to work and instead had to run:

bundle exec ruby client.rb

Not sure if this is unique to my system or not.

I am have installed ruby version ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux]