diff --git a/pages/01.administrate/05.install/install.md b/pages/01.administrate/05.install/install.md index ee39e12c..9f8d8fc1 100644 --- a/pages/01.administrate/05.install/install.md +++ b/pages/01.administrate/05.install/install.md @@ -411,7 +411,9 @@ You should see a screen like this: {% elseif vps_debian %} ## [fa=rocket /] Run the install script -Once you have access to a command line on your server (either directly or [through SSH](/ssh)), you can install YunoHost by running (as root) : +- Open a command line prompt on your server (either directly or [through SSH](/ssh)) +- Make sure you are root (or type `sudo -i` to become root) +- Run the following command: ```bash curl https://install.yunohost.org | bash