Skip to content
Snippets Groups Projects
Commit ed939bd8 authored by Camille Simiand's avatar Camille Simiand
Browse files

Fix typo in README

parent 5cf3e548
Branches
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ git clone https://gitlab.tetras-libre.fr/rekall/memorekall-member-new app
# Build and start the containers
docker-compose up --build
# In another terminal
docker-compose exec memorekall-member php bin/console doctrine:scheme:create
docker-compose exec memorekall-member php bin/console doctrine:schema:create
```
### Developpement only
......@@ -29,7 +29,7 @@ create database rekallfrwsmember_test
grant all privileges on rekallfrwsmember_test.* to rekallfrwsmember;
exit
```
2. Create the database scheme `docker-compose exec memorekall-member php bin/console --env=test doctrine:schema:create`
2. Create the database schema `docker-compose exec memorekall-member php bin/console --env=test doctrine:schema:create`
## Contributors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment