Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9ec8af7

Browse files
committed
wording
1 parent8aed097 commit9ec8af7

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 torun Postgres locally already:
23+
The system is available on port 5433 by default, just in case you happen tobe 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)

[8]ページ先頭

©2009-2025 Movatter.jp