An open API service indexing awesome lists of open source software.

https://github.com/codenamev/ruby-pi

A collection of Ruby experiments on a the Raspberry Pi
https://github.com/codenamev/ruby-pi

Last synced: about 1 year ago
JSON representation

A collection of Ruby experiments on a the Raspberry Pi

Awesome Lists containing this project

README

          

# 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.