mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-26 17:23:01 +02:00
Update CONTRIBUTING.md with MacOS installation instructions (#1395)
This commit is contained in:
parent
a2bb4dab11
commit
e44efd97c5
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user