Commit 94b7e2a3 authored by Aaron Gable's avatar Aaron Gable Committed by Commit Bot

Update mac starter instructions for unicode filenames

R=tandrii

Bug: 793347
Change-Id: I348a5e568066b7304cdacd71c79ed203de3fd217
Reviewed-on: https://chromium-review.googlesource.com/849272Reviewed-by: default avatarAndrii Shyshkalov <tandrii@chromium.org>
Commit-Queue: Aaron Gable <agable@chromium.org>
Cr-Commit-Position: refs/heads/master@{#526791}
parent 54c97c7b
...@@ -41,12 +41,19 @@ $ export PATH="$PATH:/path/to/depot_tools" ...@@ -41,12 +41,19 @@ $ export PATH="$PATH:/path/to/depot_tools"
## Get the code ## 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 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 this whatever you like and put it wherever you like, as long as the full path
has no spaces): has no spaces):
```shell ```shell
$ mkdir chromium && cd chromium $ mkdir chromium && cd chromium
$ git config --global core.precomposeUnicode true
``` ```
Run the `fetch` tool from `depot_tools` to check out the code and its Run the `fetch` tool from `depot_tools` to check out the code and its
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment