diff --git a/doc/manual/installation/installing-binary.xml b/doc/manual/installation/installing-binary.xml
index da54e2bed..2a9beec98 100644
--- a/doc/manual/installation/installing-binary.xml
+++ b/doc/manual/installation/installing-binary.xml
@@ -26,6 +26,14 @@ $ mkdir /nix
$ chown alice /nix
+The install script will modify the first writable file from amongst
+.bash_profile, .bash_login
+and .profile to source
+~/.nix-profile/etc/profile.d/nix.sh. You can set
+the NIX_INSTALLER_NO_MODIFY_PROFILE environment
+variable before executing the install script to disable this
+behaviour.
+