Skip to content

Commit

Permalink
Add depth=1 to git clone instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
helena-intel authored Dec 10, 2021
1 parent c25b5f5 commit 2e0dd1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 2e0dd1f

Please sign in to comment.