0

Warn against git clone for checking out the source locally

Change-Id: Ifb5acc370b4a9476bf7de88c0abe76a9d38ff1c5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2600742
Auto-Submit: Mathias Bynens <mathias@chromium.org>
Reviewed-by: Marc-Antoine Ruel <maruel@chromium.org>
Commit-Queue: Marc-Antoine Ruel <maruel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#838874}
This commit is contained in:
Mathias Bynens
2020-12-22 16:03:17 +00:00
committed by Chromium LUCI CQ
parent 244a2ee9cb
commit 629d40cc28

@ -5,6 +5,9 @@ and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use `git clone`! Instead,
follow [the instructions on how to get the code](docs/get_the_code.md).
Documentation in the source is rooted in [docs/README.md](docs/README.md).
Learn how to [Get Around the Chromium Source Code Directory Structure