Skip to content

Commit

Permalink
Improved help text slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Evans committed Apr 26, 2009
1 parent 576ce4b commit 76c0663
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -13,7 +13,7 @@ Usage

1. Install the plugin

script/plugin install git://github.com/markevans/partial_identifier.git
script/plugin install git://github.com/markevans/partial_identifier.git

2. Browse your app in development mode (after restarting the server)
Press Shift + Ctrl + P to toggle the partial identifier on.
Expand Down
8 changes: 5 additions & 3 deletions install.rb
Expand Up @@ -24,9 +24,11 @@

puts "**************"
puts
puts "If you have svn/git, you may want to add"
puts " #{PartialIdentifier::FILE_PATH.sub(RAILS_ROOT,'').sub(%r(^/),'')}"
puts " vendor/plugins/partial_identifier"
puts "If you have git, you may want to add"
puts
puts "#{PartialIdentifier::FILE_PATH.sub(RAILS_ROOT,'').sub(%r(^/),'')}"
puts "vendor/plugins/partial_identifier"
puts
puts " to your ignore file"
puts
puts "**************"

0 comments on commit 76c0663

Please sign in to comment.