X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=README.md;h=e2e74e054c0084341e72883b0e6005f02d3b9414;hb=refs%2Fchanges%2F58%2F8558%2F1;hp=d3ab23e8dc09b4ceaf74dbcbe57e5664b32bd61d;hpb=defe8209b3628593c186487857fe02586d7e1503;p=pti%2Fo2.git diff --git a/README.md b/README.md index d3ab23e..e2e74e0 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ mkdir -p temp cd temp git clone --depth 1 --branch master https://opendev.org/starlingx/config.git git clone --depth 1 --branch master https://opendev.org/starlingx/distcloud-client.git +cd config +git checkout bca406d1 +patch -p1 < ../../cgtsclient-insecure.patch cd - ```