From 10ba32a970595a4b7a0a3e62e20706ac3abaf817 Mon Sep 17 00:00:00 2001 From: Frederic Marec Date: Tue, 12 Nov 2019 10:11:37 +0100 Subject: Update documentation Signed-off-by: Frederic Marec --- docs/getting-started/image-workflow-download-sw.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/getting-started/image-workflow-download-sw.md') diff --git a/docs/getting-started/image-workflow-download-sw.md b/docs/getting-started/image-workflow-download-sw.md index ae41a34..82c2b5e 100644 --- a/docs/getting-started/image-workflow-download-sw.md +++ b/docs/getting-started/image-workflow-download-sw.md @@ -45,12 +45,12 @@ The remainder of this section provides steps on how to download the AGL source f Using the latest stable release gives you a solid snapshot of the latest know release. The release is static, tested, and known to work. - To download the latest stable release branch (i.e. Flounder 6.0), use + To download the latest stable release branch (i.e. Guppy 7.0), use the following commands: ```bash $ cd $AGL_TOP - $ repo init -b flounder -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo + $ repo init -b guppy -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo $ repo sync ``` -- cgit 1.2.3-korg