aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-05-21 12:29:32 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-05-21 12:29:32 +0900
commita3b296d7b1eb0b526c90a7aaee8aa67f15646a0e (patch)
tree0b5da72575a760bcbe5ace0b705fbf0a29ec7f56
parentd3fa91e1693d6f759977eb9a4547cf42d52c2009 (diff)
downloadlinux-firewire-utils-a3b296d7b1eb0b526c90a7aaee8aa67f15646a0e.tar.gz
update README since meson setup is preferable
Meson Build System project recommend to use setup subcommand to initialize build directory at its 0.64 release. Reference: https://github.com/mesonbuild/meson/commit/3c7ab542c0c4770241eae149b0d4cd8de329aee0 Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 90db6ec..c626eb1 100644
--- a/README.rst
+++ b/README.rst
@@ -21,7 +21,7 @@ sequence.
::
- $ meson (--prefix=directory-to-install) build
+ $ meson setup (--prefix=directory-to-install) build
$ meson compile -C build
$ meson install -C build