Skip to content

Commit 7c3cd4a

Browse files
committed
Amend gclient usage in linux readme
1 parent 2e45300 commit 7c3cd4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.Linux.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,12 @@ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
8989
export PATH=`pwd`/depot_tools:"$PATH"
9090
9191
# Download v8
92-
fetch v8
92+
fetch --nohooks --no-history v8
93+
gclient sync -D --no-history
9394
cd v8
9495
9596
# (optional) If you'd like to build a certain version:
97+
git fetch --tag origin refs/tags/12.0.267.36
9698
git checkout 12.0.267.36
9799
gclient sync -D
98100

0 commit comments

Comments
 (0)