Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix build instructions
  • Loading branch information
mhekkel authored Jan 15, 2025
1 parent 44226bd commit 8dd73fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Once all the requirements are met, building is as simple as:
```console
git clone https://github.com/PDB-REDO/alphafill
cd alphafill
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
ctest --test-dir build
cmake --install build
Expand Down

0 comments on commit 8dd73fe

Please sign in to comment.