diff --git a/web/_posts/2026-06-09-announcing-fun-0.42.1.md b/web/_posts/2026-06-09-announcing-fun-0.42.1.md index 5289002..7fd8f1c 100644 --- a/web/_posts/2026-06-09-announcing-fun-0.42.1.md +++ b/web/_posts/2026-06-09-announcing-fun-0.42.1.md @@ -41,8 +41,8 @@ To enable the Redis extension when building Fun, pass the CMake option `-DFUN_WI Example (Release build directory shown by your setup): ``` -cmake -S . -B build_release -DFUN_WITH_REDIS=ON -cmake --build build_release --target fun +cmake -S . -B build -DFUN_WITH_REDIS=ON +cmake --build build --target fun ``` ### Changelog