From d59ca6c11b11318e71f7fe7192ecc641a1c8db73 Mon Sep 17 00:00:00 2001 From: Ryan Fitzgerald Date: Mon, 22 Jul 2013 18:27:46 -0700 Subject: [PATCH] Also link to pry-rails repo --- README.markdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 8cf5e670..690ba123 100644 --- a/README.markdown +++ b/README.markdown @@ -360,10 +360,11 @@ avaiable. ### Use Pry as your Rails Console -The recommended way to use Pry as your Rails console is to add the -`pry-rails` gem to your Gemfile. This replaces the default console -with Pry, in addition to loading the Rails console helpers and -adding some useful Rails-specific commands. +The recommended way to use Pry as your Rails console is to add +[the `pry-rails` gem](https://github.com/rweng/pry-rails) to +your Gemfile. This replaces the default console with Pry, in +addition to loading the Rails console helpers and adding some +useful Rails-specific commands. If you don't want to change your Gemfile, you can still run a Pry console in your app's environment using Pry's `-r` flag: