Skip to content

Commit 7c8a569

Browse files
committed
Update README.md
Make commands easily executable within an IDE. Signed-off-by: Thomas Segismont <[email protected]>
1 parent fe71baf commit 7c8a569

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vertx-pg-client/docker/postgres/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Modify the content in the `docker compose.yml`
88

99
### Run the containers
1010

11-
```
12-
> docker compose up --build -V
11+
```shell
12+
docker compose up --build -V
1313
```
1414

1515
### Run tests
1616

17-
```
18-
> mvn test -Dconnection.uri=postgres://postgres:postgres@localhost:5432/postgres -Dtls.connection.uri=postgres://postgres:postgres@localhost:5433/postgres -Dunix.socket.directory=/var/run/postgresql -Dunix.socket.port=5432
17+
```shell
18+
mvn test -Dconnection.uri=postgres://postgres:postgres@localhost:5432/postgres -Dtls.connection.uri=postgres://postgres:postgres@localhost:5433/postgres -Dunix.socket.directory=/var/run/postgresql -Dunix.socket.port=5432
1919
```

0 commit comments

Comments
 (0)