File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments