Skip to content

Commit

Permalink
Use the slightly more portable gunzip -c rather than zcat.
Browse files Browse the repository at this point in the history
Reported-by: srid
  • Loading branch information
ato authored and technomancy committed Mar 9, 2012
1 parent 35a58c6 commit ca494e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -53,7 +53,7 @@ you can use like this:


wget http://meshy.org/~ato/clojars-test-data.sql.gz wget http://meshy.org/~ato/clojars-test-data.sql.gz
rm data/db rm data/db
zcat clojars-test-data.sql.gz | sqlite3 data/db gunzip -c clojars-test-data.sql.gz | sqlite3 data/db


If you want all the actual jar files as well you can grab them via If you want all the actual jar files as well you can grab them via
[rsync](http://github.com/ato/clojars-web/wiki/Data). [rsync](http://github.com/ato/clojars-web/wiki/Data).
Expand Down

0 comments on commit ca494e5

Please sign in to comment.