Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvg/99-bottles-of-oop-prereq
https://github.com/dvg/99-bottles-of-oop-prereq
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dvg/99-bottles-of-oop-prereq
- Owner: DVG
- Created: 2021-03-17T17:38:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-17T17:41:19.000Z (almost 4 years ago)
- Last Synced: 2024-10-24T23:30:20.332Z (3 months ago)
- Language: Ruby
- Size: 3.91 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/