diff --git a/doc/manual/installation/installing-binary.xml b/doc/manual/installation/installing-binary.xml
index 7f4bba3a0..c11ba9cce 100644
--- a/doc/manual/installation/installing-binary.xml
+++ b/doc/manual/installation/installing-binary.xml
@@ -141,13 +141,14 @@ sudo rm /Library/LaunchDaemons/org.nixos.nix-daemon.plist
The root filesystem is read-only as of macOS 10.15 Catalina, all writable
- paths to a separate data volume. This means creating or writing to /nix
- is not allowed. While changing the default prefix would be possible, it's
- a very intrusive change that has side effects we want to avoid for now.
+ paths were moved to a separate data volume. This means creating or writing
+ to /nix is not allowed. While changing the default prefix
+ would be possible, it's a very intrusive change that has side effects we want to
+ avoid for now.
- For common writable locations firmlinks where introduced,
+ For common writable locations firmlinks were introduced,
described by Apple as a "bi-directional wormhole" between two filesystems.
Essentially a bind mount for APFS volumes. However this is (currently) not
user configurable and only available for paths like /Users.
@@ -156,8 +157,10 @@ sudo rm /Library/LaunchDaemons/org.nixos.nix-daemon.plist
For special cases like NFS mount points or package manager roots synthetic.conf(5)
provides a mechanism for some limited, user-controlled file-creation at /.
- This only applies on a reboot, but apfs.util can be used
- to trigger the creation (not deletion) of new entries.
+ This only applies at boot time, however apfs.util can be used
+ to trigger the creation (not deletion) of new entries without a reboot.
+ It would be ideal if this could create firmlinks, however a symlink or mountpoint
+ are the only options.