Skip to content

Commit

Permalink
tweak docs example to show more
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed May 27, 2014
1 parent ac8a2db commit 8895acd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@ Let's say your environment is like this::

You *could* type::

createdb -U docker -h 127.0.0.1 elevators
$ createdb -U docker -h 127.0.0.1 elevators
createdb elevators

Or with ``PostDoc``::

phd createdb
$ phd createdb
createdb -U docker -h 127.0.0.1 elevators
createdb elevators

Docker doesn't really have anything to do with this. But now that I've been
using Docker to manage my Postgres databases, I can't use defaults anymore.
Expand Down

0 comments on commit 8895acd

Please sign in to comment.