From: Steinar H. Gunderson Date: Tue, 3 Jan 2023 23:00:11 +0000 (+0100) Subject: Fix a deprecation warning when running meson. X-Git-Tag: 1.1.18~3 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=bbece6e37867e140c4e07d11b917549666f75adc;p=plocate Fix a deprecation warning when running meson. --- diff --git a/README b/README index f2c6cb8..2a8625a 100644 --- 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