From df166bfdb39a6b448863e0538a94c5ee2a86ecd6 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Mon, 27 Feb 2023 12:28:13 -0800 Subject: docs: Don't recommend 'stable' manifest This has been un-recommended for a while, and the developer guide link points to a missing anchor. Also replace 'trunk' with 'chromiumos'; the latter has been recommended for a while. BRANCH=none BUG=none TEST=none Change-Id: I5d7ba9601762f98d8a87af7bacc0163d7735476c Signed-off-by: Brian Norris Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4295357 Reviewed-by: Tom Hughes Commit-Queue: Tom Hughes --- docs/getting_started_quickly.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/getting_started_quickly.md b/docs/getting_started_quickly.md index c3e9d0ecca..52dc774300 100644 --- a/docs/getting_started_quickly.md +++ b/docs/getting_started_quickly.md @@ -24,13 +24,9 @@ inside the Chromium OS chroot: 1. Initialize the checkout in the current directory: ```bash - repo init -u https://chromium.googlesource.com/chromiumos/manifest -b stable + repo init -u https://chromium.googlesource.com/chromiumos/manifest ``` - NOTE: The - [`-b stable` flag](https://chromium.googlesource.com/chromiumos/docs/+/HEAD/developer_guide.md#Sync-to-Green) - only works for Googlers. Remove it if you are developing externally. - 1. Update the working tree to the latest version: ```bash @@ -66,5 +62,5 @@ inside the Chromium OS chroot: 1. Now, EC images for any board can be built with: ```bash - cd ~/trunk/src/platform/ec; make BOARD=${BOARD} -j - ``` \ No newline at end of file + cd ~/chromiumos/src/platform/ec; make BOARD=${BOARD} -j + ``` -- cgit v1.2.1