From e407ec7beace56b4fae7e33084cc55e8f94bab8a Mon Sep 17 00:00:00 2001 From: "Dennis E. Mungai" <2356871+Brainiarc7@users.noreply.github.com> Date: Thu, 6 Jul 2023 00:31:39 +0300 Subject: [PATCH] docs: Update build_instructions.md to point to the `main` branch. (#1186) The default branch is `main`, not `master`. Indicate this on the documentation as its' not obvious. Fixes #1060 --- docs/source/build_instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/build_instructions.md b/docs/source/build_instructions.md index 416c018496..69a756ba30 100644 --- a/docs/source/build_instructions.md +++ b/docs/source/build_instructions.md @@ -117,7 +117,7 @@ dependencies. ```shell gclient config https://github.com/shaka-project/shaka-packager.git --name=src --unmanaged -gclient sync +gclient sync -r main ``` To sync to a particular commit or version, add the '-r \' flag to