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 ```