Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 451 Bytes

File metadata and controls

16 lines (12 loc) · 451 Bytes

ruby-pi

A collection of Ruby experiments on a the Raspberry Pi

Gettign Started

  1. Clone this repo to a folder on your raspberry pi, and then cd into that directory.
  2. bin/setup
  3. Answer Y to any questions it prompts you.
  4. Enjoy.

Running examples

To run any example, simply use bin/run example-file-name.rb. This will make sure to run the example in the context of bundler to make sure it has all the dependencies it needs.