Skip to content

Commit

Permalink
doc: Official Linux version of 7-Zip works
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinrossetti committed Jul 11, 2021
1 parent b0a8d9d commit cc2ab16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ npm install --save node-7z

You should have the a 7-Zip executable (v16.02 or greater) available in your system.

> - On Debian and Ubuntu install the p7zip-full package.
> - On Debian and Ubuntu install the p7zip-full package or use 7-Zip 21.02 alpha or higher
> - On Mac OSX use Homebrew `brew install p7zip`
> - On Windows get 7-Zip from [7-Zip download page](https://www.7-zip.org/download.html).
>
Expand Down Expand Up @@ -261,7 +261,7 @@ In the 7-Zip world, command flags are called switches. In order to use them you
| `hashMethod` | `string` | Set hash function | `-scrc` |
| `listFileCharset` | `string` | Set charset for list files | `-scs` |
| `logLevel` | `string` | Set output log level | `-bb` |
| `multiBlockSize` | `string` | Creates multi-block xz archives of `[Size]m\|g` block size | `-ms` |
| `multiBlockSize` | `string` | Creates multi-block xz archives of `[Size]m\|g` block size | `-ms` |
| `outputDir` | `string` | Set Output directory | `-o` |
| `overwrite` | `string` | Overwrite mode | `-ao` |
| `password` | `string` | Set Password | `-p` |
Expand Down

0 comments on commit cc2ab16

Please sign in to comment.