Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Jun 13, 2024
1 parent 2340e0d commit 0d2b622
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,12 @@
<a href="#license"><img src=".github/images/license.svg"/></a>
</p>

<p align="center"><a href="#installation">Installation</a> • <a href="#compatibility-and-os-support">Compatibility and OS support</a> • <a href="#build-status">Build Status</a> • <a href="#contributing">Contributing</a> • <a href="#license">License</a></p>
<p align="center"><a href="#compatibility-and-os-support">Compatibility and OS support</a> • <a href="#ci-status">CI Status</a> • <a href="#contributing">Contributing</a> • <a href="#license">License</a></p>

<br/>

`zip7` package provides methods for working with 7z archives (`p7zip` wrapper).

### Installation

Make sure you have a working Go 1.17+ workspace (_[instructions](https://go.dev/doc/install)_), then:

```
go get github.com/essentialkaos/zip7
```

If you want to update `zip7` to latest stable release, do:

```
go get -u github.com/essentialkaos/zip7
```

### Compatibility and OS support

| Version | 1.x |
Expand All @@ -44,7 +30,7 @@ go get -u github.com/essentialkaos/zip7
| FreeBSD | :heavy_check_mark: |
| Windows | :x: |

### Build Status
### CI Status

| Branch | Status |
|--------|--------|
Expand Down

0 comments on commit 0d2b622

Please sign in to comment.