X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=README;h=f2c6cb862c4f962728e5e9afdfa0c0f0ef14ed7b;hb=fd6198891d6fd9642effc0843fef6f23b991af3e;hp=75da95bf3695f796006756cc787a4ddfba931488;hpb=15ab346aca2262c40792a2266ec4ee53eec6cf28;p=plocate diff --git a/README b/README index 75da95b..f2c6cb8 100644 --- a/README +++ b/README @@ -15,16 +15,17 @@ do not have an SSD. Installation is run as: meson obj cd obj ninja + sudo addgroup --system plocate sudo ninja install + sudo systemctl enable plocate-updatedb.timer To build the database for the first time after install, you can do - sudo addgroup mlocate 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: