Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
so010 authored May 30, 2024
1 parent 251fccb commit b468baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This project uses [Feathers](http://feathersjs.com). An open source framework fo
Postgresql and application config
```
docker run --name edumeet-db -p 5432:5432 -e POSTGRES_PASSWORD=edumeet -d postgres
docker exec -it edumeet-db psql -U postgrest -c "create database edumeet;"
docker exec -it edumeet-db psql -U postgres -c "create database edumeet;"
```
Install your dependencies
```
Expand Down

0 comments on commit b468baf

Please # to comment.