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:
- OSX 64bit
- Mac OSX 64bit
- Linux 32/64bit
- Windows 32/64bit
## Usage
To start a server, type: `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.
Start server:
```
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: