1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-26 09:12:58 +02:00

Update CONTRIBUTING.md with MacOS installation instructions (#1395)

This commit is contained in:
Henri F 2023-10-22 14:59:03 -07:00 committed by GitHub
parent a2bb4dab11
commit e44efd97c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,11 @@ sudo apt install yapf3 gettext
### MacOS ### MacOS
> _TODO: to be filled in by someone using a Mac._ On MacOS with [Homebrew], you can install with:
```shell
brew install yapf gettext
```
### Windows ### Windows
@ -36,6 +40,7 @@ On Windows, you can should use [Gettext binaries for Windows].
[`rustfmt`]: https://github.com/rust-lang/rustfmt [`rustfmt`]: https://github.com/rust-lang/rustfmt
[`yapf`]: https://github.com/google/yapf [`yapf`]: https://github.com/google/yapf
[`msgcat`]: https://www.gnu.org/software/gettext/manual/html_node/msgcat-Invocation.html [`msgcat`]: https://www.gnu.org/software/gettext/manual/html_node/msgcat-Invocation.html
[Homebrew]: https://brew.sh/
[Gettext binaries for Windows]: https://mlocati.github.io/articles/gettext-iconv-windows.html [Gettext binaries for Windows]: https://mlocati.github.io/articles/gettext-iconv-windows.html
## Contributor License Agreement ## Contributor License Agreement