Skip to content

Commit

Permalink
feat: add homebrew installation note (#468)
Browse files Browse the repository at this point in the history
Summary:
closes #312

relates to Homebrew/homebrew-core#162375

Pull Request resolved: #468

Differential Revision: D57621792

Pulled By: hick209

fbshipit-source-id: a62db1c685fc318e14708d86b21c0b667033337a
  • Loading branch information
chenrui333 authored and facebook-github-bot committed May 22, 2024
1 parent f3a2e54 commit 9a916b7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ Not all of ktfmt's rules can be represented as IntelliJ editor settings, so you
need to run ktfmt. Alternately, that file can be used as a reference to manually change
the project's code style settings.

### Installation

#### Homebrew

If you're a [Homebrew](https://brew.sh) user, you can install [ktfmt](https://formulae.brew.sh/formula/ktfmt) via:

```
$ brew install ktfmt
```

### from the command-line

[Download the formatter](https://github.com/facebook/ktfmt/releases)
Expand Down

0 comments on commit 9a916b7

Please sign in to comment.