🌐 AI搜索 & 代理 主页
Skip to content

Commit 9ec8af7

Browse files
committed
wording
1 parent 8aed097 commit 9ec8af7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

���README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,19 @@ Using Docker, boot up PostresML locally:
2020
$ docker-compose up
2121
```
2222

23-
The system is available on port 5433 by default, just in case you happen to run Postgres locally already:
23+
The system is available on port 5433 by default, just in case you happen to be running Postgres already:
2424

2525
```bash
2626
$ psql -U root -h 127.0.0.1 -p 5433
2727
```
2828

29-
We've included a couple examples in the `examples/` folder. You can run them directly with `$ psql -U root -h 127.0.0.1 -p 5433 -f <filename>`.
29+
We've included a couple examples in the `examples/` folder. You can run them directly with:
3030

31-
See [installation instructions](#Installation) for installing PostgresML in different supported environments and more information.
31+
```bash
32+
$ psql -U root -h 127.0.0.1 -p 5433 -f <filename>
33+
```
34+
35+
See [installation instructions](#Installation) for installing PostgresML in different supported environments, and for more information.
3236

3337
## Features
3438

0 commit comments

Comments
 (0)