From 9e3e597088e6d6aa64369e81c6ee55cd48ea7daf Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sun, 5 Jun 2016 13:28:44 +0200 Subject: [PATCH] Update building.md --- doc/building.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/building.md b/doc/building.md index a9ccd32..b5e7f62 100644 --- a/doc/building.md +++ b/doc/building.md @@ -63,7 +63,7 @@ If you want to build without support for Redis then build with the `--no-redis` ./build.sh --no-redis -##Trisquel instructions +##Trisquel instructions (WIP) These are installation instructions for Trisquel. @@ -99,7 +99,7 @@ Run this to install Redis - if you want to use Redis. Run this to install Postgres - if you want to use Postgres. - sudo apt-get install Postgres + sudo apt-get install --no-install-recommends postgresql postgresql-client ###Get the NNTPChan source