From 135b3e755bb30dba54d9cde9a817e2b24022f011 Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Thu, 27 Feb 2020 07:48:55 -0700 Subject: [PATCH] Add README --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b5fbae1 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# 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/