docs/install: fix headers
This commit is contained in:
parent
36ffa5b4e7
commit
a32795e8e6
|
@ -1,7 +1,7 @@
|
||||||
This guide assumes Arch Linux. Although exact instructions for other
|
This guide assumes Arch Linux. Although exact instructions for other
|
||||||
distributions are different, the steps stay roughly the same.
|
distributions are different, the steps stay roughly the same.
|
||||||
|
|
||||||
#### Installing hard dependencies
|
### Installing hard dependencies
|
||||||
|
|
||||||
```console
|
```console
|
||||||
user@host:~$ sudo pacman -S postgres
|
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:
|
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:
|
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:
|
Configure things:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue