From 47840ce50799648d42962d55720f28b24d5dff2d Mon Sep 17 00:00:00 2001 From: Guru Mehar Rachaputi Date: Sun, 23 Jun 2024 00:37:13 +0200 Subject: [PATCH] Fix gcc compilation step-5 in the guide (#707) --- docs/guides/gcc-compilation-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/gcc-compilation-guide.md b/docs/guides/gcc-compilation-guide.md index 5f642cca8..71e7f7d04 100644 --- a/docs/guides/gcc-compilation-guide.md +++ b/docs/guides/gcc-compilation-guide.md @@ -29,7 +29,7 @@ cmake --build ./build ## 5. Run tests ```bash -./faker-cxx-UT +./build/tests/faker-cxx-UT ``` or using CTest: