@@ -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