Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Dec 24, 2022
1 parent 88dfe6f commit e0b6637
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ Output:

# Supported formats

| Format | `.tar` | `.zip` | `.gz` | `.xz`, `.lzma` | `.bz`, `.bz2` | `.lz4` | `.sz` | `.zst` |
|:---------:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
| Supported | |||||||||
| Format | `.tar` | `.zip` | `.gz` | `.xz`, `.lzma` | `.bz`, `.bz2` | `.lz4` | `.sz` | `.zst` |
| :-------: | :----: | :----: | :---: | :------------: | :-----------: | :----: | :---: | :----: | --- |
| Supported | |||||||| |

And the aliases: `tgz`, `tbz`, `tbz2`, `tlz4`, `txz`, `tlzma`, `tsz`, `tzst`.

Expand Down Expand Up @@ -152,9 +152,9 @@ If you installed `ouch` using the download script, you will need no dependencies

Otherwise, you'll need these libraries installed on your system:

* [liblzma](https://www.7-zip.org/sdk.html)
* [libbz2](https://www.sourceware.org/bzip2/)
* [libz](https://www.zlib.net/)
- [liblzma](https://www.7-zip.org/sdk.html)
- [libbz2](https://www.sourceware.org/bzip2/)
- [libz](https://www.zlib.net/)

These are available on all mainstream _Linux_ distributions and on _macOS_.

Expand Down

0 comments on commit e0b6637

Please sign in to comment.