From 651bd332059b3f556c8ce389135cb14f41be773c Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 21 Oct 2015 10:56:54 -0400 Subject: [PATCH] docs -> doc --- README.md | 2 +- doc/database.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 494153e..2dfcdd2 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Check out this repo and build it cd nntpchan ./build.sh -Now configure the database. [Next](docs/database.md) +Now configure the database. [Next](doc/database.md) --- diff --git a/doc/database.md b/doc/database.md index 91935bd..4c4f6eb 100644 --- a/doc/database.md +++ b/doc/database.md @@ -10,7 +10,7 @@ Setting up postgres (as root) # become postgres user su postgres # spawn postgres admin shell - psql + psql You'll get a prompt, enter the following: