]> git.sesse.net Git - plocate/commitdiff
Fix a deprecation warning when running meson.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Tue, 3 Jan 2023 23:00:11 +0000 (00:00 +0100)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Tue, 3 Jan 2023 23:00:11 +0000 (00:00 +0100)
README

diff --git a/README b/README
index f2c6cb862c4f962728e5e9afdfa0c0f0ef14ed7b..2a8625aacbc31383cebf7a797b6a7876b15f3850 100644 (file)
--- a/README
+++ b/README
@@ -12,7 +12,7 @@ and a kernel supporting io_uring (Linux 5.1 or newer) is optional,
 but strongly recommended for best performance, especially if you
 do not have an SSD. Installation is run as:
 
-  meson obj
+  meson setup obj
   cd obj
   ninja
   sudo addgroup --system plocate