commit | c6fc88b5b7a69128ecda14094342fb93279ba4bd | [log] [tgz] |
---|---|---|
author | Adam MacBeth <[email protected]> | Fri Jun 30 17:26:31 2017 |
committer | Commit Bot <[email protected]> | Fri Jun 30 17:26:31 2017 |
tree | 65a9d1be01ad187baf61812988b8691fedfbb1b0 | |
parent | 38795d5d85faab30e684b5021aaa3b71c0c4ef11 [diff] [blame] |
fuchsia: clarify build instructions [email protected] Change-Id: I24f05bf7d136afd596247981c6eab968e3009a29 Reviewed-on: https://chromium-review.googlesource.com/556459 Reviewed-by: Scott Graham <[email protected]> Commit-Queue: Adam MacBeth <[email protected]> Cr-Commit-Position: refs/heads/master@{#483740}
diff --git a/docs/fuchsia_build_instructions.md b/docs/fuchsia_build_instructions.md index 75fb527a7..be7126f 100644 --- a/docs/fuchsia_build_instructions.md +++ b/docs/fuchsia_build_instructions.md
@@ -59,12 +59,7 @@ will automatically execute `gclient runhooks` at the end. When `fetch` completes, it will have created a hidden `.gclient` file and a -directory called `src` in the working directory. The remaining instructions -assume you have switched to the `src` directory: - -```shell -$ cd src -``` +directory called `src` in the working directory. ### Configure for building on Fuchsia @@ -78,6 +73,11 @@ You will then need to re-run `gclient runhooks`. This makes sure the Fuchsia SDK is available in third\_party and keeps it up to date. +The remaining instructions assume you have switched to the `src` directory: + +```shell +$ cd src +``` ## Setting up the build