From 7d714d20c08de7e1cf4f9efa22c09b48e490e9d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Caetano?= Date: Wed, 5 Jun 2019 14:23:16 -0300 Subject: [PATCH] docs(README): add Homebrew install instructions --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 7d44103..6c0ca25 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,22 @@ Record a gif from your iOS simulator in a jiffy ![Example GIF](example.gif?raw=true) +### Instalation + +Assuming that you have [Homebrew](https://brew.sh/) installed, execute the following steps: + +1. Use this repository as a "tap" (alternative package repository): + +```sh +$ brew tap fjcaetano/ios-simulator-gif https://github.com/fjcaetano/ios-simulator-gif.git +``` + +2. Install ios-simulator-gif (and dependencies): + +```sh +$ brew install fjcaetano/ios-simulator-gif +``` + ### Usage ```sh