Readme tweaks

This commit is contained in:
Dan Sosedoff 2014-10-13 21:03:42 -05:00
parent c4ddd2437e
commit 2dae3dbf3f

View File

@ -17,15 +17,21 @@ precompiled binary for your operating system.
Currently supported: Currently supported:
- OSX 64bit - Mac OSX 64bit
- Linux 32/64bit - Linux 32/64bit
- Windows 32/64bit - Windows 32/64bit
## Usage ## Usage
To start a server, type: `pgweb`. Application will try to connect to the local PostgreSQL Start server:
server with `postgresql` user and select `postgresql` database. You can specify connection
flags, like database, host or user. See `CLI` section of this readme. ```
pgweb
```
Application will try to connect to the local PostgreSQL server with `postgresql`
user and select `postgresql` database. You can specify connection flags, like
database, host or user. See `CLI` section of this readme.
You can also specify a connection URI instead of settings individual connection settings: You can also specify a connection URI instead of settings individual connection settings: