Skip to content

Commit

Permalink
Fixed linter formatting issues in simple-ts sample README
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Jul 12, 2024
1 parent 0a4ac89 commit b40edc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/simple-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ Read more in [Emmett getting started guide](https://event-driven-io.github.io/em
Sample require EventStoreDB, you can start it by running

with PostgreSQL:

```bash
docker-compose up
```

Alternatively, with YugabyteDB (PostgreSQL-compatible distributed SQL) starting 3 nodes:

```bash
docker-compose -f docker-compose-yugabytedb.yml up -d --scale dist=0
docker-compose -f docker-compose-yugabytedb.yml up -d --scale dist=1
Expand Down

0 comments on commit b40edc8

Please sign in to comment.