]> git.sesse.net Git - plocate/commitdiff
In the README, make the group before we install.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 28 Nov 2020 22:16:36 +0000 (23:16 +0100)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 28 Nov 2020 22:16:36 +0000 (23:16 +0100)
README

diff --git a/README b/README
index df4b07a45b01e24e32c2f347fbfad66c2b9a6e69..40bf667b2f0dbfa075188bcaaa0b774808bbbba8 100644 (file)
--- a/README
+++ b/README
@@ -15,8 +15,8 @@ do not have an SSD. Installation is run as:
   meson obj
   cd obj
   ninja
+  sudo addgroup --system plocate
   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