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:
parent
5fdc5078cc
commit
cfbf419f57
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ or
|
|||
1. Clone calendso-docker
|
||||
|
||||
```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
|
||||
|
@ -40,7 +40,7 @@ or
|
|||
|
||||
4. Start prisma studio
|
||||
```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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue