Skip to content

Commit 4138666

Browse files
committed
Undo changes to readme
1 parent 164c7d0 commit 4138666

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

examples/cpp/README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,29 @@ This example demonstrates how to use a C++ API of OpenVINO Model API for synchro
1616
```
1717

1818
- Build example:
19-
2019
- Create `build` folder and navigate into it:
20+
<!-- prettier-ignore-start -->
2121

2222
```bash
2323
mkdir build && cd build
2424
```
2525

26-
- Run cmake:
26+
<!-- prettier-ignore-end -->
2727

28-
```bash
29-
cmake ../
30-
```
28+
- Run cmake:
29+
<!-- prettier-ignore-start -->
3130

32-
- Build:
31+
```bash
32+
cmake ../
33+
```
3334

34-
```bash
35-
make -j
36-
```
35+
<!-- prettier-ignore-end -->
36+
37+
- Build:
38+
39+
```bash
40+
make -j
41+
```
3742

3843
- Download a model by running a Python code with Model API, see Python [example](../../python/synchronous_api/README.md):
3944

0 commit comments

Comments
 (0)