Skip to content

Commit

Permalink
[DOCS] Fix submodule update for building OV on Windows (#26549)
Browse files Browse the repository at this point in the history
  • Loading branch information
sammysun0711 authored Oct 30, 2024
1 parent 37f5dd3 commit b60449e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/build_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Supported configurations:
```sh
git clone https://github.com/openvinotoolkit/openvino.git
cd openvino
git submodule update --init
git submodule update --init --recursive
```

2. Create build directory:
Expand Down

0 comments on commit b60449e

Please sign in to comment.