Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Apr 29, 2023
1 parent bfc7996 commit b4a9d25
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,14 @@ if data.isGzipped {

## Installation

### Swift Package Manager

GzipSwift is SwiftPM-compatible. To install, add this package to your `Package.swift` or your Xcode project.

```swift
dependencies: [
.package(name: "Gzip", url: "https://github.com/1024jp/GzipSwift", from: Version(6, 0, 0)),
],
```

#### For Linux

1. Install zlib if you haven't installed yet:
Expand Down

0 comments on commit b4a9d25

Please sign in to comment.