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=ee18805b53e4f5a6a74822785b590a2db628db77;hb=refs%2Fchanges%2F62%2F26162%2F2;hp=39d2c181f803673455f1b7fc926789fedf9ba77a;hpb=ba539889df039e8bc3e629b2377035980d5e014e;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 39d2c18..ee18805 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 @@ -56,9 +56,9 @@ The remainder of this section provides steps on how to download the AGL source f ```sh $ cd $AGL_TOP - $ mkdir jellyfish - $ cd jellyfish - $ repo init -b jellyfish -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo + $ mkdir koi + $ cd koi + $ repo init -b koi -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo $ repo sync ```