Make install-build-deps more obvious in docs
When following the linux build instructions, it's easy to miss the
instruction to run install-build-deps.sh, because the instruction is
just inside a paragraph of prose. All the other steps you're supposed
to run are broken out into their own copy-paste-able code blocks.
This change adds a code block for install-build-deps, so it's harder
to miss.
Change-Id: I96ba8bb38ab82ec79d4c96cd50fbaffa85184ba3
Reviewed-on: https://chromium-review.googlesource.com/c/1399451
Reviewed-by: Jeff Carpenter <[email protected]>
Commit-Queue: Aaron Gable <[email protected]>
Cr-Commit-Position: refs/heads/master@{#621871}
diff --git a/docs/linux_build_instructions.md b/docs/linux_build_instructions.md
index 2106f778..87b101d9 100644
--- a/docs/linux_build_instructions.md
+++ b/docs/linux_build_instructions.md
@@ -84,6 +84,10 @@
Once you have checked out the code, and assuming you're using Ubuntu, run
[build/install-build-deps.sh](/build/install-build-deps.sh)
+```shell
+$ ./build/install-build-deps.sh
+```
+
You may need to adjust the build dependencies for other distros. There are
some [notes](#notes) at the end of this document, but we make no guarantees
for their accuracy.