From 8be2239a457bd44d11384bba473ebd3ecc224b21 Mon Sep 17 00:00:00 2001 From: Plusb Preco Date: Wed, 4 May 2016 14:34:11 +0900 Subject: [PATCH] :memo: Match code syntax [ci skip] --- docs/development/build-instructions-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/build-instructions-linux.md b/docs/development/build-instructions-linux.md index 97779f376c80..d91b7192842f 100644 --- a/docs/development/build-instructions-linux.md +++ b/docs/development/build-instructions-linux.md @@ -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=` switch. By passing -it the build script will assume the clang binaries reside in `/bin/`. +it the build script will assume the `clang` binaries reside in `/bin/`. For example if you installed `clang` under `/user/local/bin/clang`: