Skip to content

Commit

Permalink
README: Fix installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood committed May 19, 2024
1 parent 40a6ac7 commit d0f9925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
curl -sSL get.ticke.tz | sudo bash -s backend.example.com frontend.example.com [email protected]
```

After a few minutes you will have the server running at the name you gave to the frontend host.
Expand Down
2 changes: 1 addition & 1 deletion README.pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
curl -sSL get.ticke.tz | sudo bash -s backend.exemplo.com frontend.exemplo.com [email protected]
```

Após alguns minutos, você terá o servidor rodando no nome que você deu para o host do frontend.
Expand Down

0 comments on commit d0f9925

Please sign in to comment.