diff --git a/docs/tools/buildkit.md b/docs/tools/buildkit.md
index 3dc537e7bb12d146cef2e86cb6322ccfa4112d37..4b045603a3ca48422ea6762f03dddde31f7d800f 100644
--- a/docs/tools/buildkit.md
+++ b/docs/tools/buildkit.md
@@ -21,7 +21,7 @@ curl -Ls https://civicrm.org/get-buildkit.sh | bash -s -- --full --dir ~/buildki
 
 !!! note
 
-    * When executing the above command, you should *not* run as `root`. However, you *should*
+    * When executing the above command, you should *not* run as `root`, as it *will* cause failures. However, you *should*
     have `sudo` permissions.
     * The `--full` option is *very opinionated*; it specifically installs `php`, `apache`, and `mysql` (rather than `hhvm`, `nginx`, `lighttpd`, or `percona`). If you try to mix `--full` with alternative systems, then expect conflicts.
     * If you use the Ubuntu feature for "encrypted home directories", then don't put buildkit in `~/buildkit`. Consider `/opt/buildkit`, `/srv/buildkit`, or some other location that remains available during reboot.