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
- Host: GitHub
- URL: https://github.com/codenamev/ruby-pi
- Owner: codenamev
- License: mit
- Created: 2018-06-01T12:27:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T15:41:27.000Z (over 6 years ago)
- Last Synced: 2025-01-29T15:50:43.589Z (over 1 year ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.