X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2F0_Getting_Started%2F2_Building_AGL_Image%2F2_Downloading_AGL_Software.md;h=c0ca7b749b66a89e5ab956d378802374f4d83b9a;hb=refs%2Fchanges%2F21%2F27321%2F3;hp=ee18805b53e4f5a6a74822785b590a2db628db77;hpb=ce2084cf364e2196d5b42de3d2afe227baf15d4f;p=AGL%2Fdocumentation.git diff --git a/docs/0_Getting_Started/2_Building_AGL_Image/2_Downloading_AGL_Software.md b/docs/0_Getting_Started/2_Building_AGL_Image/2_Downloading_AGL_Software.md index ee18805..c0ca7b7 100644 --- a/docs/0_Getting_Started/2_Building_AGL_Image/2_Downloading_AGL_Software.md +++ b/docs/0_Getting_Started/2_Building_AGL_Image/2_Downloading_AGL_Software.md @@ -51,14 +51,14 @@ 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. Jellyfish), use + To download the latest stable release branch (i.e. marlin), use the following commands: ```sh $ cd $AGL_TOP - $ mkdir koi - $ cd koi - $ repo init -b koi -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo + $ mkdir marlin + $ cd marlin + $ repo init -b marlin -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo $ repo sync ```