diff --git a/README.md b/README.md index 6b4d65ad..003f6742 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,13 @@ If you are using Docker, the easiest way to install StyLua is: COPY --from=JohnnyMorganz/StyLua:0.17.0 /stylua /usr/bin/stylua ``` +### Homebrew +StyLua is available on macOS via the [Homebrew](https://brew.sh) package manager. + +```sh +brew install stylua +``` + ### Other Installation Methods - [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=JohnnyMorganz.stylua)