Updated git link and Prisma command. (#2363)

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
This commit is contained in:
Clark Weckmann 2022-04-14 09:58:58 -05:00 committed by GitHub
parent 5fdc5078cc
commit cfbf419f57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ or
1. Clone calendso-docker 1. Clone calendso-docker
```bash ```bash
git clone git@github.com:calendso/calendso-docker.git --recursive git clone --recursive https://github.com/calendso/docker.git calendso-docker
``` ```
2. Update `.env` if needed 2. Update `.env` if needed
@ -40,7 +40,7 @@ or
4. Start prisma studio 4. Start prisma studio
```bash ```bash
docker-compose exec calendso -- npx prisma studio docker-compose exec calendso npx prisma studio
``` ```
5. Open a browser to [port 5555](http://localhost:5555) on your localhost to look at or modify the database content. 5. Open a browser to [port 5555](http://localhost:5555) on your localhost to look at or modify the database content.