Skip to content

Commit

Permalink
Fix gcc compilation step-5 in the guide (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
00thirdeye00 authored Jun 22, 2024
1 parent 9a8c56e commit 47840ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/gcc-compilation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cmake --build ./build
## 5. Run tests

```bash
./faker-cxx-UT
./build/tests/faker-cxx-UT
```

or using CTest:
Expand Down

0 comments on commit 47840ce

Please sign in to comment.