aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2016-08-08 15:23:38 -0700
committerFrank Barchard <fbarchard@google.com>2016-08-08 15:23:38 -0700
commit74491ba0c508efaa99aeb95c53c618a694ac57f6 (patch)
treec4968c471bac5d3f0c5118e65097b1bbb68f57da /docs
parentd19f1c319a49a2e9f3b2bf07b0ebccfcc1e49380 (diff)
downloadlibyuv-74491ba0c508efaa99aeb95c53c618a694ac57f6.tar.gz
add blank lines to getting started
BUG=libyuv:626 Review URL: https://codereview.chromium.org/2225763003 .
Diffstat (limited to 'docs')
-rw-r--r--docs/getting_started.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/getting_started.md b/docs/getting_started.md
index 18a7d429..939f08f0 100644
--- a/docs/getting_started.md
+++ b/docs/getting_started.md
@@ -55,6 +55,7 @@ Then run:
gclient sync
Caveat: Theres an error with Google Play services updates. If you get the error "Your version of the Google Play services library is not up to date", run the following:
+
cd chromium/src
./build/android/play_services/update.py download
cd ../..
@@ -64,6 +65,7 @@ For Windows the gclient sync must be done from an Administrator command prompt.
The sync will generate native build files for your environment using gyp (Windows: Visual Studio, OSX: XCode, Linux: make). This generation can also be forced manually: `gclient runhooks`
To get just the source (not buildable):
+
git clone https://chromium.googlesource.com/libyuv/libyuv