From bee702d4584cf4f3d0128c0adc6316e91d6bfe71 Mon Sep 17 00:00:00 2001 From: Mikhail Akopov Date: Mon, 13 May 2019 16:51:20 +0300 Subject: [PATCH] Update README --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb869bb..8154e2c 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,16 @@ Owl was created and maintaned by [Daniele Margutti](https://github.com/malcommac ## Installation -The preferred installation method is with CocoaPods. Add the following to your Podfile: +The preferred installation method is with CocoaPods. Add the following to your `Podfile`: ```ruby -pod 'OwlKit', '~> 1.0 +pod 'OwlKit', '~> 1.0' +``` + +Also you can install Owl using Carthage. Add this to your `Cartfile`: + +``` +github "malcommac/Owl" ``` ## What you will get