]> git.sesse.net Git - plocate/blobdiff - README
In the README, make the group before we install.
[plocate] / README
diff --git a/README b/README
index 75da95bf3695f796006756cc787a4ddfba931488..40bf667b2f0dbfa075188bcaaa0b774808bbbba8 100644 (file)
--- a/README
+++ b/README
@@ -15,11 +15,12 @@ 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.