diff --git a/doc/manual/installation.xml b/doc/manual/installation.xml
index 87a6c446a..bed96cd88 100644
--- a/doc/manual/installation.xml
+++ b/doc/manual/installation.xml
@@ -380,7 +380,7 @@ is a special account called nix, but it can be
named anything. It should own the Nix store and database:
-$ chown -R root /nix/store /nix/var/nix
+$ chown -R nix /nix/store /nix/var/nix
and of course nix-worker --daemon should be started
under that user, e.g.,