diff --git a/src/Output.cpp b/src/Output.cpp index c798fb3..6241446 100644 --- a/src/Output.cpp +++ b/src/Output.cpp @@ -22,7 +22,7 @@ namespace Output { " build Run cmake and build.\n" ); fmt::print(fmt::fg(fmt::color::light_coral), - " run Run cmake and build.\n" + " run Run build.\n" ); fmt::print(fmt::fg(fmt::color::light_coral), " install Run cmake --install. Needs admin privileges.\n"