From 2dae3dbf3f379fd3964849a3d883fbe7c632581b Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Mon, 13 Oct 2014 21:03:42 -0500 Subject: [PATCH] Readme tweaks --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2de1591..2075ce3 100644 --- a/README.md +++ b/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: