Skip to content

Commit

Permalink
chore(docs): Better getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Aug 18, 2023
1 parent bbd06f0 commit 795c2bc
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,22 @@ PR da participação: [github.com/zanfranceschi/rinha-de-backend-2023-q3/pull/79

### Primeiros passos

0. Copiar o arquivo de variávies de ambiente:
#### Copiar o arquivo de variávies de ambiente
```shell
cp .env.example .env
```

1. Subir a aplicação com:
#### Subir a aplicação
```shell
docker compose up
```

2. Executar os testes com:
#### Instalar dependências
```shell
docker compose exec app compose test
docker compose exec app composer install
```

#### Executar os testes
```shell
docker compose exec app composer test
```

0 comments on commit 795c2bc

Please sign in to comment.