Readme tweaks
This commit is contained in:
parent
c4ddd2437e
commit
2dae3dbf3f
14
README.md
14
README.md
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user