Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersonwhcr committed Apr 1, 2021
1 parent 232a632 commit e5f4c58
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,9 @@ You can use Docker Compose to build an image and run a container to develop and
test this package.

```bash
docker-compose up --detach

docker-compose exec romans composer install

docker-compose exec romans composer test
docker-compose build
docker-compose run romans composer install
docker-compose run romans composer test
```

## License
Expand Down

0 comments on commit e5f4c58

Please sign in to comment.