]> git.sesse.net Git - plocate/blobdiff - README
Release plocate 1.1.22.
[plocate] / README
diff --git a/README b/README
index df4b07a45b01e24e32c2f347fbfad66c2b9a6e69..2a8625aacbc31383cebf7a797b6a7876b15f3850 100644 (file)
--- a/README
+++ b/README
@@ -12,11 +12,11 @@ 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:
 
 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
   cd obj
   ninja
+  sudo addgroup --system plocate
   sudo ninja install
   sudo ninja install
-  sudo addgroup plocate
   sudo systemctl enable plocate-updatedb.timer
 
 To build the database for the first time after install, you can do
   sudo systemctl enable plocate-updatedb.timer
 
 To build the database for the first time after install, you can do
@@ -24,8 +24,8 @@ To build the database for the first time after install, you can do
   sudo updatedb
 
 The initial run of updatedb needs to scan the entire filesystem.
   sudo updatedb
 
 The initial run of updatedb needs to scan the entire filesystem.
-Subsequent runs of updatedb will be much faster, and create a slightly
-smaller (~5%) database.
+Subsequent runs of updatedb will be much faster, and create a slightly (~5%)
+smaller database.
 
 If you wish to run some tests of the TurboPFor implementation against
 the reference implementation, you can check it out and run as follows:
 
 If you wish to run some tests of the TurboPFor implementation against
 the reference implementation, you can check it out and run as follows: