diff --git a/INSTALL b/INSTALL index b54ed7f..928bb9b 100644 --- a/INSTALL +++ b/INSTALL @@ -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`.) diff --git a/tgz2zip.1.ronn b/tgz2zip.1.ronn index 8141852..d78206e 100644 --- a/tgz2zip.1.ronn +++ b/tgz2zip.1.ronn @@ -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` :