codenamev / ruby-pi

A collection of Ruby experiments on a the Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A collection of Ruby experiments on a the Raspberry Pi

License:MIT License


Languages

Language:Ruby 80.1%Language:Shell 19.9%