Skip to content

Commit

Permalink
Mention that you can install via homebrew.
Browse files Browse the repository at this point in the history
  • Loading branch information
nes1983 committed Nov 7, 2011
1 parent a8f4df3 commit 3627151
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 7 additions & 1 deletion INSTALL
Expand Up @@ -5,4 +5,10 @@ To install, run

ruby install.rb [prefix]

Where prefix is the place where you want it installed, defaulting to "/".
Here, `prefix` is the place where you want it installed, defaulting to "`/`".

If you're on OSX, just type

brew install tgz2zip

This will install tgz2zip via homebrew. (The homebrew recipe is in `tgz2zip.rb`.)
5 changes: 5 additions & 0 deletions tgz2zip.1.ronn
Expand Up @@ -9,6 +9,11 @@ tgz2zip(1) -- Convert tgz or other tar-archives to zip archives.

Convert `tgz` or other tar(1)-archives to zip archives. The zip(1) archive format allows for individual
files to be extracted without decompressing the entire file. This command converts all passed in files.

There's a homebrew script to install `tgz2zip`. Just type

brew install tgz2zip

## OPTIONS

* `-h` :
Expand Down

0 comments on commit 3627151

Please sign in to comment.