diff --git a/docs/tools/buildkit.md b/docs/tools/buildkit.md index a7a1cb081ef364d61a684868f3be9e95475540b5..4d07abb2f70c11294d4a24cdc7c51f5b9ad52854 100644 --- a/docs/tools/buildkit.md +++ b/docs/tools/buildkit.md @@ -19,7 +19,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`, as it *will* cause failures. However, you *should* have `sudo` permissions. You shouldn't run the curl buildkit command as sudo. It will sudo itself for the bits that need it. + * When executing the above curl/install command, you should *not* run it as `root` - including via `sudo`, as doing so *will* cause failures. However, you *should* have `sudo` permissions as the script includes several `sudo` statements where these are required. * 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.