mirror of
https://github.com/pry/pry-rails.git
synced 2022-11-09 12:36:03 -05:00
Readme update, pry-rails no longer depends on pry-doc.
This commit is contained in:
parent
24f085028a
commit
3e5f057ba1
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
# Description
|
||||
|
||||
This is a small gem which causes `rails console` to open [pry](http://pry.github.com/). It therefore depends on *pry* and *pry-doc*.
|
||||
Avoid repeating yourself, use pry-rails instead of copying the initializer to every rails project.
|
||||
This is a small gem which causes `rails console` to open [pry](http://pry.github.com/). It therefore depends on *pry*.
|
||||
|
||||
# Prerequisites
|
||||
|
||||
|
@ -8,7 +9,7 @@ This is a small gem which causes `rails console` to open [pry](http://pry.github
|
|||
|
||||
# Installation
|
||||
|
||||
Avoid repeating yourself, use pry-rails instead of copying the initializer to every rails project. Add this line to your gemfile:
|
||||
Add this line to your gemfile:
|
||||
|
||||
gem 'pry-rails', :group => :development
|
||||
|
||||
|
|
Loading…
Reference in a new issue