Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Romain Sébille <[email protected]>
  • Loading branch information
YannickPassa and rsebille committed Jun 27, 2024
1 parent 71192b7 commit 6975d55
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 @@ -57,11 +57,11 @@ Pour vérifier que DBT est bien configuré :

Si votre base de données n'existe pas vérifiez les bases existantes avec :

psql -h localhost -U postgres -p 5432 -l
psql -l

Si elle n'apparait pas, créez la avec :

createdb -h localhost -U postgres -p 5432 pilotage
createdb pilotage


Pour avoir une configuration "prête à l'emploi", il vous faut lancer les commandes suivantes :
Expand Down

0 comments on commit 6975d55

Please sign in to comment.