Skip to content

Commit

Permalink
fuchsia: clarify build instructions
Browse files Browse the repository at this point in the history
R=scottmg@chromium.org

Change-Id: I24f05bf7d136afd596247981c6eab968e3009a29
Reviewed-on: https://chromium-review.googlesource.com/556459
Reviewed-by: Scott Graham <scottmg@chromium.org>
Commit-Queue: Adam MacBeth <amacbeth@google.com>
Cr-Commit-Position: refs/heads/master@{#483740}
  • Loading branch information
adamac authored and Commit Bot committed Jun 30, 2017
1 parent 38795d5 commit c6fc88b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/fuchsia_build_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,7 @@ checkout, for example), you can omit the `--nohooks` flag and `fetch`
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

Expand All @@ -78,6 +73,11 @@ target_os = ['fuchsia']
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

Expand Down

0 comments on commit c6fc88b

Please sign in to comment.