RailsCasts Pro episodes are now free!

Learn more or hide this

Kori Roys's Profile

GitHub User: koriroys

Site: koriroys.com

Comments by Kori Roys

Avatar

Quick and dirty:

  1. Open .bash_profile in your favorite editor eg:
    mate ~/.bash_profile

  2. Add the two ENV variables like so:
    export TWITTER_KEY=your_twitter_key
    export TWITTER_SECRET=your_twitter_secret

  3. Save and close the file

  4. Either quit your terminal session & restart or reload it with:
    source ~/.bash_profile