Update mac starter instructions for unicode filenames

R=tandrii

Bug: 793347
Change-Id: I348a5e568066b7304cdacd71c79ed203de3fd217
Reviewed-on: https://chromium-review.googlesource.com/849272
Reviewed-by: Andrii Shyshkalov <[email protected]>
Commit-Queue: Aaron Gable <[email protected]>
Cr-Commit-Position: refs/heads/master@{#526791}
diff --git a/docs/mac_build_instructions.md b/docs/mac_build_instructions.md
index bf811b4..782319b5 100644
--- a/docs/mac_build_instructions.md
+++ b/docs/mac_build_instructions.md
@@ -41,12 +41,19 @@
 
 ## Get the code
 
+Ensure that unicode filenames aren't mangled by HFS:
+
+```shell
+$ git config --global core.precomposeUnicode true
+```
+
 Create a `chromium` directory for the checkout and change to it (you can call
 this whatever you like and put it wherever you like, as long as the full path
 has no spaces):
 
 ```shell
 $ mkdir chromium && cd chromium
+$ git config --global core.precomposeUnicode true
 ```
 
 Run the `fetch` tool from `depot_tools` to check out the code and its