From 02ff1e128f7283eba57f5beeb267221b6a681ef4 Mon Sep 17 00:00:00 2001 From: Timon Engelke Date: Sat, 4 Jan 2020 10:01:48 +0100 Subject: [PATCH] Capitalize Debian in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a72f8197..4745a310 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ The following settings should probably be changed: + The database settings + The UPLOAD\_FS\_GROUP to the id of the group that should access and create the uploaded images -For the database, postgresql is used. Install it by running `sudo apt install postgresql` on debian based operating systems. A default database cluster is automatically initialized. +For the database, postgresql is used. Install it by running `sudo apt install postgresql` on Debian based operating systems. A default database cluster is automatically initialized. Other systems may require different commands to install the package and the database cluster may have to be initialized manually (e.g. using `sudo -iu postgres initdb --locale en_US.UTF-8 -D '/var/lib/postgres/data'`).