From b4a9d2540d23dda7e0f19d414ac36db3ca63ca8d Mon Sep 17 00:00:00 2001 From: 1024jp <1024jp@wolfrosch.com> Date: Sat, 29 Apr 2023 14:02:25 +0900 Subject: [PATCH] Update README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26310bb..71d8c5e 100644 --- a/README.md +++ b/README.md @@ -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: