From 6b92c73599d04007305e1755ca3044ecf3e3f473 Mon Sep 17 00:00:00 2001 From: River <26424577+wusatosi@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:32:23 -0400 Subject: [PATCH] update README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 66fcbb1..dde5384 100644 --- a/README.md +++ b/README.md @@ -134,9 +134,7 @@ apt-get install \ This project strives to be as normal and simple a CMake project as possible. This build workflow in particular will work, producing a static `libbeman.exemplar.a` library, ready to package with its headers: ```shell -cmake -B build -S . -DCMAKE_CXX_STANDARD=20 -cmake --build build -ctest --test-dir build +cmake --workflow --preset gcc-debug cmake --install build --prefix /opt/beman.exemplar ```