Commit 7f1cd75b by Frank Henigman

Fix bootstrap instructions.

BUG=angleproject:1204 TEST=bootstrap and build in Linux and Windows 8 Change-Id: Iad43ed41588d4519e3881dc48771beae375b5d40 Reviewed-on: https://chromium-review.googlesource.com/313793Tested-by: 's avatarFrank Henigman <fjhenigman@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent c5629759
...@@ -27,7 +27,8 @@ Download the ANGLE source by running the following commands: ...@@ -27,7 +27,8 @@ Download the ANGLE source by running the following commands:
``` ```
git clone https://chromium.googlesource.com/angle/angle git clone https://chromium.googlesource.com/angle/angle
python angle/scripts/bootstrap.py cd angle
python scripts/bootstrap.py
gclient sync gclient sync
git checkout master git checkout master
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment