Skip to content

Commit

Permalink
improve wording before compilation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
akkartik committed Feb 26, 2024
1 parent 327b638 commit f251ba3
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 @@ -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/`.
Expand Down

0 comments on commit f251ba3

Please sign in to comment.