dev-readme: Fix formatting of initdb command

Change-Id: Ifb127a41af449f9558c8e7e55d7f90616823a72a
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2009-11-03 16:25:16 -08:00
parent 810eff4c8b
commit 1271771f94

View File

@@ -64,10 +64,10 @@ PostgreSQL Setup
Initialize and start PostgreSQL (where $data is the location of your data):
===
====
initdb --locale en_US.UTF-8 -D $data
postmaster -D $data >/tmp/logfile 2>&1 &
===
====
Create the JDBC user as a normal user (no superuser access) and
assign it an encrypted password: