Skip to content

Commit

Permalink
Fixed installation instructions in README
Browse files Browse the repository at this point in the history
It's actually "brew install rust" you need to run for installing Rust
via Homebrew.
  • Loading branch information
frerich committed Nov 3, 2023
1 parent 7b0e13a commit 2bf566e
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 @@ -41,7 +41,7 @@ Make sure to have Rust available before running `mix compile.rambo`. Using
Homebrew, this is a matter of running

```sh
brew install rustc
brew install rust
```

Finally, add `FilterFormatter` to your `.formatter.exs` file and configure the
Expand Down

0 comments on commit 2bf566e

Please sign in to comment.