summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Norris <briannorris@chromium.org>2023-02-27 12:28:13 -0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-02-28 17:38:48 +0000
commitdf166bfdb39a6b448863e0538a94c5ee2a86ecd6 (patch)
tree1cdee0fa8448057d99021fb90c5a928e5359486f /docs
parentb04910e1964fb31cba9ef8fdfb6b8c885074cce0 (diff)
downloadchrome-ec-df166bfdb39a6b448863e0538a94c5ee2a86ecd6.tar.gz
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 <briannorris@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4295357 Reviewed-by: Tom Hughes <tomhughes@chromium.org> Commit-Queue: Tom Hughes <tomhughes@chromium.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/getting_started_quickly.md10
1 files changed, 3 insertions, 7 deletions
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
+ ```