From 2e0dd1f3ee1e7c6359f01800ce3795bfe865494a Mon Sep 17 00:00:00 2001 From: Helena Kloosterman Date: Fri, 10 Dec 2021 14:33:04 +0100 Subject: [PATCH] Add depth=1 to git clone instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a4cb5c8c67..76c60d1ad1e 100644 --- a/README.md +++ b/README.md @@ -111,8 +111,10 @@ openvino_env\Scripts\activate ### Step 2: Clone the Repository +> Note: We are currently experiencing an issue with the repository. Please use `git clone --depth=1` while we are looking into this. + ```bash -git clone https://github.com/openvinotoolkit/openvino_notebooks.git +git clone --depth=1 https://github.com/openvinotoolkit/openvino_notebooks.git cd openvino_notebooks ```