https://github.com/carpodaster/99bottles
https://github.com/carpodaster/99bottles
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/carpodaster/99bottles
- Owner: carpodaster
- Created: 2020-05-28T08:29:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T08:36:13.000Z (about 6 years ago)
- Last Synced: 2025-01-22T08:38:04.227Z (over 1 year ago)
- Language: Ruby
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 99 Bottles
## Installing Ruby
### Windows
There's an installer, it's easy.
http://rubyinstaller.org/
### Mac
Newer macs ship with a usable version of Ruby.
Try `ruby -v` in a terminal window, and if it's 1.9.x or 2.x you're fine.
http://www.railstutorial.org/book/beginning#sec-install_ruby
http://tutorials.jumpstartlab.com/topics/environment/environment.html
http://docs.railsbridge.org/installfest/macintosh
### Linux
Ubuntu: http://docs.railsbridge.org/installfest/linux
https://www.ruby-lang.org/en/installation/