Skip to content

Commit

Permalink
Update readme, binaries now included pulled from original sources 7-z…
Browse files Browse the repository at this point in the history
…ip.org, sourceforge.net, and rudix.org at install time or prepacked for Mac OSX
  • Loading branch information
TheTechsTech committed Feb 6, 2018
1 parent 3de99e2 commit 00cc5de
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ node-7z

[![Dependencies Status][david-image]][david-url] [![Build Status][travis-image]][travis-url] [![Code coverage][coveralls-image]][coveralls-url] [![Release][npm-image]][npm-url]

> A Node.js wrapper for 7-Zip with platform binaries
> A Node.js wrapper for 7-Zip *with platform binaries*
Usage
-----
Expand Down Expand Up @@ -34,7 +34,7 @@ myTask.extractFull('myArchive.7z', 'destination', { p: 'myPassword' })
Installation
------------

This package differs from fork https://github.com/quentinrossetti/node-7z in that binaries are downloaded at install time. Host system no longer need to have 7zip installed or in PATH.
This package download binaries are at install time. Host system does not need to have 7zip installed or in PATH.

The binaries will be downloaded from:
> On Linux - https://sourceforge.net/projects/p7zip
Expand Down Expand Up @@ -250,13 +250,13 @@ archive.list('archive.zip', {
***
With :heart: from [quentinrossetti](http://quentinrossetti.me/)

[david-url]: https://david-dm.org/techno-express/node-7z
[david-image]: http://img.shields.io/david/techno-express/node-7z.svg
[travis-url]: https://travis-ci.org/techno-express/node-7z
[travis-image]: http://img.shields.io/travis/techno-express/node-7z.svg
[codeclimate-url]: https://codeclimate.com/github/techno-express/node-7z
[codeclimate-image]: http://img.shields.io/codeclimate/github/techno-express/node-7z.svg
[coveralls-url]: https://coveralls.io/r/techno-express/node-7z
[coveralls-image]: http://img.shields.io/coveralls/techno-express/node-7z.svg
[npm-url]: https://www.npmjs.org/package/node-7z-forall
[npm-image]: http://img.shields.io/npm/v/node-7z-forall.svg
[david-url]: https://david-dm.org/quentinrossetti/node-7z
[david-image]: http://img.shields.io/david/quentinrossetti/node-7z.svg
[travis-url]: https://travis-ci.org/quentinrossetti/node-7z
[travis-image]: http://img.shields.io/travis/quentinrossetti/node-7z.svg
[codeclimate-url]: https://codeclimate.com/github/quentinrossetti/node-7z
[codeclimate-image]: http://img.shields.io/codeclimate/github/quentinrossetti/node-7z.svg
[coveralls-url]: https://coveralls.io/r/quentinrossetti/node-7z
[coveralls-image]: http://img.shields.io/coveralls/quentinrossetti/node-7z.svg
[npm-url]: https://www.npmjs.org/package/node-7z
[npm-image]: http://img.shields.io/npm/v/node-7z.svg
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/techno-express/node-7z.git"
"url": "https://github.com/quentinrossetti/node-7z.git"
},
"keywords": [
"node",
Expand Down

0 comments on commit 00cc5de

Please sign in to comment.