From 46ee64b2dacc35625968f16195c0298749c52cfb Mon Sep 17 00:00:00 2001 From: Stuart Clift Date: Mon, 21 Dec 2015 13:33:41 +0000 Subject: [PATCH] Add minimal installation instructions. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9ec51c8..593f26d 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ ZipArchive is a simple utility class for zipping and unzipping files on iOS and `pod install SSZipArchive` +### Carthage +`github "ZipArchive/ZipArchive"` + ### Manual 1. Add the `SSZipArchive` and `minizip` folders to your project.