Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.13 KB

setup.md

File metadata and controls

36 lines (24 loc) · 1.13 KB

Setup

Avoid the hassle?

You can use repl.it and avoid any setup of Ruby for the first coding challenge. Longer term, you will want to install Ruby on your computer. If you're ready to do that, read on!

Ruby

About.com's Ruby installation page has instructions on how to install Ruby for Mac, Windows and Linux.

Code Editor

You need a proper code editor; notepad or TextEdit won't cut it. Because we work in pairs, it's important that everyone use the same text editor. Please use Textmate 2 (download here).

Textmate is Mac only; Windows users can use Sublime.

Terminal

A lot of Ruby development is done at the command line. Mac users can use Terminal.app.

Windows users can run cmd, which is the Windows command line. Run it by pressing Windows Key-R (launches "run program") and typing cmd into the box.