From 71b06281c1109dd6ae0750b0f687c54acce554d2 Mon Sep 17 00:00:00 2001 From: schung-amd Date: Thu, 28 Aug 2025 13:56:38 -0400 Subject: [PATCH] Fix build from source instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a4fe231..a76ce439 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ Then build, install, and test hipfort from source with the commands below: ```shell git clone https://github.com/ROCm/hipfort.git cd hipfort -cmake -S. -Bbuild -DCMAKE_INSTALL_PREFIOX=/tmp/hipfort -DBUILD_TESTING=ON +cmake -S. -Bbuild -DCMAKE_INSTALL_PREFIX=/tmp/hipfort -DBUILD_TESTING=ON make -C build -make -C build check +make -C build test ``` ## Fortran interfaces