Skip to content

Commit

Permalink
chore: update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalk0 authored Dec 12, 2023
1 parent 6b38ca4 commit fe0e689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cp .env.example .env
# Pour créer le seed.sql à importer dans la db:
cd ..
node ./seed/collector.mjs
# Ensuite créer une DB et importer le seed.sql se trouvant dans le dossier actuel
# Ensuite importer le seed.sql se trouvant dans le dossier actuel pour créer la DB
mysql < seed.sql
# Vous pouvez maintenant exécuter le front et l'api en faisant la commande suivant dans chacun des 2 dossiers:
pnpm dev
Expand All @@ -41,4 +41,4 @@ sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-
sudo chmod +x /usr/local/bin/docker-compose
# Lance Turbobouffe !
docker-compose up
```
```

0 comments on commit fe0e689

Please sign in to comment.