diff --git a/README.md b/README.md index e4117b84..c2d0357a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Before starting you must complete this checklist: After this, just log in to your server and issue the following command, replacing the hostnames you already configured and your email address: ```bash -curl -sSL get.ticke.tz | sudo bash backend.example.com frontend.example.com name@example.com +curl -sSL get.ticke.tz | sudo bash -s backend.example.com frontend.example.com name@example.com ``` After a few minutes you will have the server running at the name you gave to the frontend host. diff --git a/README.pt.md b/README.pt.md index 4aaef1d6..7e54204f 100644 --- a/README.pt.md +++ b/README.pt.md @@ -71,7 +71,7 @@ Antes de começar, você deve completar esta lista de verificação: Após isso, basta fazer login no seu servidor e emitir o seguinte comando, substituindo os nomes de host que você já configurou e seu endereço de email: ```bash -curl -sSL get.ticke.tz | sudo bash backend.exemplo.com frontend.exemplo.com nome@exemplo.com +curl -sSL get.ticke.tz | sudo bash -s backend.exemplo.com frontend.exemplo.com nome@exemplo.com ``` Após alguns minutos, você terá o servidor rodando no nome que você deu para o host do frontend.