Skip to content

Commit

Permalink
Update demo.md
Browse files Browse the repository at this point in the history
Fix path typo
  • Loading branch information
Wuvist authored and jaaronkot committed Jan 21, 2025
1 parent 2ae81de commit 9247153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/en/guide/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ cmake -G "Unix Makefiles" -B examples/build -S examples -DCMAKE_BUILD_TYPE=Relea

```bash [Release]
# Build
cmake --build build --config Release
cmake --build examples/build --config Release
```

```bash [Debug]
# Build
cmake --build build --config Debug
cmake --build examples/build --config Debug
```
:::

Expand Down

0 comments on commit 9247153

Please sign in to comment.