Skip to content

Commit

Permalink
Merge pull request #14 from keith/homebrew-readme
Browse files Browse the repository at this point in the history
Add homebrew installation instructions to readme
  • Loading branch information
jpsim committed May 20, 2015
2 parents fc62565 + 94c253e commit 10285bd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ of your source files for more accurate results.

## Installation

The easiest way to install SwiftLint is by downloading `SwiftLint.pkg` from the [latest GitHub release](https://github.com/realm/SwiftLint/releases/latest) and running it.
Using [Homebrew](http://brew.sh/)

```
brew install swiftlint
```

You can also install SwiftLint by downloading `SwiftLint.pkg` from the [latest GitHub release](https://github.com/realm/SwiftLint/releases/latest) and running it.

You can also build from source by cloning this project and running `make install`.

Expand Down

0 comments on commit 10285bd

Please sign in to comment.