Skip to content

Commit

Permalink
docs(README): add Homebrew install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fjcaetano committed Jun 5, 2019
1 parent b4e7dd4 commit 7d714d2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d714d2

Please sign in to comment.