From 002ab8e3c132338c87a79ecf4b73bcd52abf44ea Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Tue, 11 Feb 2025 09:49:21 +0000 Subject: [PATCH] Specify branch on download Added option to specify branch name. Change-Id: I124737cf465f5b7d9d762aa3424921ef022c8f7d Signed-off-by: subhash kumar singh --- docs/installation-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index a167d5d..b73efcf 100755 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -70,7 +70,7 @@ Software Installation and Deployment .. code:: bash - git clone "https://gerrit.o-ran-sc.org/r/aiml-fw/aimlfw-dep" + git clone [-b ] "https://gerrit.o-ran-sc.org/r/aiml-fw/aimlfw-dep" # latest release branch is k-release cd aimlfw-dep Update recipe file :file:`RECIPE_EXAMPLE/example_recipe_latest_stable.yaml` which includes update of VM IP and datalake details. -- 2.16.6