Skip to content

Commit

Permalink
Added usage to README and converted to textile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben authored and Ben committed Jul 31, 2008
1 parent f00a077 commit d40c2d8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
6 changes: 0 additions & 6 deletions README

This file was deleted.

17 changes: 17 additions & 0 deletions README.textile
@@ -0,0 +1,17 @@
h1. Gitnotify, railscamp love

Tell your peeps about your commits using growl

h2. Usage: (from within a git repo): gitnotify <command>

run 'gitnotify enable-hook' from within a git repository to install a post-commit hook to that will enable Growl broadcasts

* enable-hook
Enables a post-commit hook

* disable-hook
Disables a post-commit hook


Built at Railscamp June 08

5 changes: 4 additions & 1 deletion Rakefile
Expand Up @@ -13,6 +13,9 @@ task :install_gem => :gem do
Dir.chdir(GEM_DIR) do
`sudo gem install *.gem`
end
puts "***********************"
puts "gitnotify gem installed"
puts "gitnotify enable-hook in a git repositoy to install the post-commit hook to enable Growl broadcasts"
puts "***********************"
puts ""
puts "run 'gitnotify enable-hook' from within a git repository to install a post-commit hook to that will enable Growl broadcasts"
end

0 comments on commit d40c2d8

Please sign in to comment.