From b40edc883c8e86df9a70a8d38e5f5cf1a2e1cf1d Mon Sep 17 00:00:00 2001 From: Oskar Dudycz Date: Fri, 12 Jul 2024 09:59:27 +0200 Subject: [PATCH] Fixed linter formatting issues in simple-ts sample README --- samples/simple-ts/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/samples/simple-ts/README.md b/samples/simple-ts/README.md index 27ce2fd..ba5b6d2 100644 --- a/samples/simple-ts/README.md +++ b/samples/simple-ts/README.md @@ -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