Index: docs/getting_started.md |
diff --git a/docs/getting_started.md b/docs/getting_started.md |
index 6aba2676ef01e5b79d810cbb241079890ccb05de..d2137e435125efac5e5a12b43a882442e3d26c42 100644 |
--- a/docs/getting_started.md |
+++ b/docs/getting_started.md |
@@ -46,8 +46,8 @@ For Android add `;target_os=['android'];` to your Linux .gclient |
}, |
"safesync_url": "", |
}, |
- ] |
- target_os = ["android", "unix"] |
+ ]; |
+ target_os = ["android", "unix"]; |
Then run: |
@@ -182,7 +182,6 @@ Running test with C code: |
### Linux |
- tools/clang/scripts/update.sh |
GYP_DEFINES="target_arch=x64" ./gyp_libyuv |
ninja -j7 -C out/Debug |
ninja -j7 -C out/Release |