diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2019-11-12 10:11:37 +0100 |
---|---|---|
committer | Frederic Marec <frederic.marec@iot.bzh> | 2019-11-14 15:16:41 +0100 |
commit | 10ba32a970595a4b7a0a3e62e20706ac3abaf817 (patch) | |
tree | f62b4c58af4a9dfb9afb5625c50709a35cf3fe02 /docs/getting-started/image-workflow-download-sw.md | |
parent | 6ffed4e8185ebf4a04fc0815a45aa9c467cd624d (diff) |
Update documentation
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Diffstat (limited to 'docs/getting-started/image-workflow-download-sw.md')
-rw-r--r-- | docs/getting-started/image-workflow-download-sw.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 ``` |