Skip to content

Commit

Permalink
Merge pull request #336 from mapyo/fix-brew-install
Browse files Browse the repository at this point in the history
Fix brew install step
  • Loading branch information
shyiko authored Feb 4, 2019
2 parents 2fa9b74 + f8e9624 commit 850b5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ curl -sSLO https://github.com/shyiko/ktlint/releases/download/0.29.0/ktlint &&

... or just download `ktlint` from the [releases](https://github.com/shyiko/ktlint/releases) page (`ktlint.asc` contains PGP signature which you can verify with `curl -sS https://keybase.io/shyiko/pgp_keys.asc | gpg --import && gpg --verify ktlint.asc`).

On macOS ([or Linux](http://linuxbrew.sh/)) you can also use [brew](https://brew.sh/) - `brew install shyiko/ktlint/ktlint`.
On macOS ([or Linux](http://linuxbrew.sh/)) you can also use [brew](https://brew.sh/) - `brew tap shyiko/ktlint && brew install shyiko/ktlint/ktlint`.

> If you don't have curl installed - replace `curl -sL` with `wget -qO-`.
Expand Down

0 comments on commit 850b5de

Please sign in to comment.