mirror of
https://github.com/pry/pry-rails.git
synced 2022-11-09 12:36:03 -05:00
gem doesn't need to be sourced from github
This commit is contained in:
parent
ec9068a2de
commit
667db7a0f9
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
|||
h1. Prerequisites
|
||||
|
||||
* A Rails >= 3.0 Application
|
||||
|
||||
h1. Installation
|
||||
|
||||
Avoid repeating yourself, use pry-rails instead of copying the initializer to every rails project. Add this line to your gemfile:
|
||||
|
||||
bc. gem 'pry-rails', :git => 'git://github.com/rweng/pry-rails.git', :group => :development
|
||||
bc. gem 'pry-rails', :group => :development
|
||||
|
||||
@bundle install@ and enjoy pry.
|
||||
|
|
Loading…
Add table
Reference in a new issue