Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 660 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 660 Bytes

exec_orders

A bot that tweets every time there's a new executive order.

Installation instructions

  1. Make sure you have Homebrew and rbenv installed.
  2. Make sure you have Ruby 2.4.0 by running ruby test.rb. If you don't, install Ruby 2.4.0:
  3. Upgrade your version of ruby-build by running brew upgrade ruby-build.
  4. Install Ruby 2.4.0 by running rbenv install 2.4.0.
  5. Install bundler by running gem install bundler.
  6. Set up dependencies by running bundle install.

Verify your installation

Run:

rake test

You should see:

/Users/(you)/.rbenv/versions/2.4.0/bin/ruby test.rb
Hello! You are running Ruby 2.4.0.