aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristoffer Jansson <jansson@google.com>2022-02-24 15:57:19 +0100
committerlibyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-02-24 15:19:23 +0000
commiteba45a9c17dabadb8fb2cdf0db731602370cb824 (patch)
treea22db90e7587bc73a822cadd49d6202ed6dbe874 /docs
parent43a21fbf9d1979baa271dd930653a4ecb24445c8 (diff)
downloadlibyuv-eba45a9c17dabadb8fb2cdf0db731602370cb824.tar.gz
Update gclient instructions + environment
Bug: libyuv:917 Change-Id: I0c9930570bba8a1c43f8477e29b839cfa82051a8 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/3488008 Reviewed-by: Mirko Bonadei <mbonadei@chromium.org> Commit-Queue: Christoffer Jansson <jansson@chromium.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/getting_started.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/getting_started.md b/docs/getting_started.md
index 15b19ab2..ffe0369e 100644
--- a/docs/getting_started.md
+++ b/docs/getting_started.md
@@ -27,12 +27,12 @@ Then you'll get a .gclient file like:
},
];
-For iOS add `;target_os=['ios'];` to your OSX .gclient and run `gclient sync.`
+For iOS add `target_os=['ios'];` to your OSX .gclient and run `gclient sync.`
-Browse the Git reprository: https://chromium.googlesource.com/libyuv/libyuv/+/master
+Browse the Git reprository: https://chromium.googlesource.com/libyuv/libyuv/+/main
### Android
-For Android add `;target_os=['android'];` to your Linux .gclient
+For Android add `target_os=['android'];` to your Linux .gclient
solutions = [
{ "name" : "src",
@@ -43,7 +43,7 @@ For Android add `;target_os=['android'];` to your Linux .gclient
},
"safesync_url": "",
},
- ];
+ ]
target_os = ["android", "linux"];
Then run: