Skip to content

Commit

Permalink
install from the google chrome store
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Jan 17, 2013
1 parent b6f2910 commit e3f358b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.markdown
Expand Up @@ -68,8 +68,9 @@ the returned JavaScript.
cd dotjs cd dotjs
rake install rake install


Then drag builds/dotjs.crx to your favorite Then install the Google Chrome extension:
Google Chrome.
https://chrome.google.com/webstore/detail/dotjs/dlnccnmhpmdidoiecanghgienhoglnim


## Uninstall it ## Uninstall it


Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -71,8 +71,8 @@ namespace :install do


desc "Install Google Chrome extension" desc "Install Google Chrome extension"
task :chrome do task :chrome do
puts "", "\e[31mIMPORTANT!\e[0m Drag builds/dotjs.crx to Google Chrome." puts "", "\e[31mIMPORTANT!\e[0m Install the Goole Chrome extension:"
puts "Chrome won't let me install it for you :(", "" puts "https://chrome.google.com/webstore/detail/dotjs/dlnccnmhpmdidoiecanghgienhoglnim"
end end
end end


Expand Down
Binary file removed builds/dotjs.crx
Binary file not shown.

0 comments on commit e3f358b

Please sign in to comment.