Install Guide

This guide will tell you how to install everything that is needed for using my RPSG gem.

For Mac/OSX

What you will install:

  1. Ruby
  2. RubyGems
  3. Homebrew
  4. RVM
  5. XCode Command Line Tools
  6. RPSG (my RubyGem)

Useful Skills:

To open the Terminal

  1. Press Command + Space
  2. Type in Terminal
  3. Press Return

To Copy

  1. Press Command + C

To Paste

  1. Press Command + V

Step 1 - Installing XCode Command Line Tools

  1. Open Terminal and copy/paste this: sudo xcode-select --install and hit Return
  2. You might need to enter your password a few times

Step 2 - Installing Homebrew

  1. In the Terminal, copy/paste this: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)", and hit Return
  2. You might need to enter your password

Step 3 - Installing RVM/Ruby/RubyGems

  1. In the Terminal, copy/paste this: \curl -sSL https://get.rvm.io | bash -s stable --ruby and hit Return
  2. You might need to enter your password

Step 4 - Installing RPSG

  1. Close Terminal by pressing Command + Q
  2. Open Terminal again
  3. Type in the following: gem install rpsg, then hit Return

Step 5 - Running RPSG

  1. Whenever you want to play Rock Paper Scissors, just open Terminal and type in: rpsg, then hit Return

For Windows

What you will install:

  1. Ruby
  2. RubyGems
  3. RPSG (my RubyGem)

Useful Skills

Opening the Command Prompt

  1. Press Windows + R
  2. Type in cmd
  3. Press Enter

To Copy

  1. Press Control + C

To Paste

  1. Press Control + V

Step 1 - Downloading Ruby Installer

  1. Open a Web Browser
    • Web Browser ex: Chrome, Firefox, IE, Safari, Edge, Opera, etc…
  2. Copy/paste this into the browser’s URL bar https://rubyinstaller.org/downloads/
  3. Press Enter
  4. Download the appropriate installer

Step 2 - Installing Ruby & RubyGems

  1. Open the rubyinstaller.exe (may be named differently for you)
  2. Proceed with the installation

Step 3 - Installing RPSG

  1. Open the Command Prompt
  2. Type in the following: gem install rpsg

Step 4 - Running RPSG

  1. Any time you would like to play rock paper scissors, just open the Command Prompt and type in: rpsg and hit enter