Merge pull request #5387 from preco21/patch-1

docs: Match code syntax
This commit is contained in:
Cheng Zhao 2016-05-04 23:20:23 +09:00
commit fe73688975

View file

@ -158,7 +158,7 @@ $ ./script/build.py -c R
By default Electron is built with prebuilt `clang` binaries provided by Chromium
project. If for some reason you want to build with the `clang` installed in your
system, you can call `bootstrap.py` with `--clang_dir=<path>` switch. By passing
it the build script will assume the clang binaries reside in `<path>/bin/`.
it the build script will assume the `clang` binaries reside in `<path>/bin/`.
For example if you installed `clang` under `/user/local/bin/clang`: