From c65908056f62df038197a172bfc60c6701df41ed Mon Sep 17 00:00:00 2001 From: Fidel Date: Mon, 24 Feb 2025 16:43:23 +0300 Subject: [PATCH] Change build path to be user-agnostic Updated the CMake build path to use a relative directory instead of a specific user's home directory. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a0d6ce0125..a194c4f42a7 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ then build the package as follows: ``` cmake -S ./ -Bbuild/Release -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DBuildForFedora=ON -cmake --build /home/gerhard/workspace/kaldi/build/Release +cmake --build ./build/Release ```