From a32795e8e60a9354b233edf3591f74c257782288 Mon Sep 17 00:00:00 2001 From: rr- Date: Fri, 1 Apr 2016 10:17:14 +0200 Subject: [PATCH] docs/install: fix headers --- INSTALL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index febf2f8d..33ed584e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,7 +1,7 @@ This guide assumes Arch Linux. Although exact instructions for other distributions are different, the steps stay roughly the same. -#### Installing hard dependencies +### Installing hard dependencies ```console user@host:~$ sudo pacman -S postgres @@ -15,7 +15,7 @@ Python 3.5.1 -#### Setting up a database +### Setting up a database First, basic `postgres` configuration: @@ -39,7 +39,7 @@ user@host:~$ sudo -i -u postgres psql -c "ALTER USER szuru PASSWORD 'dog';" -#### Installing soft dependencies +### Installing soft dependencies Installing frontend dependencies: @@ -61,7 +61,7 @@ user@host:path/to/szurubooru$ source python_modules/bin/activate # enters the sa -#### Preparing `szurubooru` for first run +### Preparing `szurubooru` for first run Configure things: