diff --git a/pages/docs/overview/faq.md b/pages/docs/overview/faq.md index 489f98d..ef456b5 100644 --- a/pages/docs/overview/faq.md +++ b/pages/docs/overview/faq.md @@ -40,7 +40,14 @@ It's important that your administrator have all of the resources available to hi ## Basic Singularity usage ### Do you need administrator privileges to use Singularity? -You generally do not need admin/sudo to use Singularity containers but you do however need admin/root access to install Singularity and for some container build functions (for example, building from a recipe, or a writable image). +You generally do not need admin/sudo to use Singularity containers but you do however need admin/root access to install Singularity and for some container build functions (for example, building from a recipe — which typically +requires root privileges for running package managers like `apt` and `yum` — or creating a writable image). + +
+
+