From f251ba396744c11a1f019bd71ccd3d9d008fbc57 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 26 Feb 2024 09:27:35 -0800 Subject: [PATCH] improve wording before compilation instructions --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 687a22361..182cbf6af 100644 --- a/readme.md +++ b/readme.md @@ -54,7 +54,7 @@ Compilation Follow the instructions at the [megasource][megasource] repository page. ### *nix -Pick a directory to store generated files to, say `build/`: +First pick a directory to store generated files to, say `build/` and then: $ cmake -B build -S. --install-prefix $PWD/prefix # this will create the directory `build/` $ cmake --build build --target install # this will put the files in `prefix/`.