Skip to content

Commit

Permalink
README.org: fix meson command example
Browse files Browse the repository at this point in the history
Fixes #2725
  • Loading branch information
djcb committed Jul 16, 2024
1 parent 2864039 commit 0402a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ $ sudo make install
Alternatively, you can run ~meson~ directly (see the ~meson~ documentation for
more details):
#+begin_example
$ meson setup -C build
$ meson setup build
$ meson compile -C build
$ meson install -C build
#+end_example
Expand Down

0 comments on commit 0402a1c

Please sign in to comment.