Skip to content

Commit

Permalink
Document installation with brew (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
reese authored Nov 27, 2022
1 parent 3e39251 commit 7e25a4e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@

## How do I use it

Build it:

### Install from `brew`

On Mac and Linux, `rubyfmt` can be installed with [Homebrew](https://brew.sh/):

```bash
brew install rubyfmt
```

### Build from source

1. Make sure you've got cargo installed
2. Run `make all`
3. Copy target/release/rubyfmt-main to somewhere on your path as `rubyfmt`
Expand Down

0 comments on commit 7e25a4e

Please sign in to comment.