docs/install: fix dependency name

This commit is contained in:
Paweł Pastuszak 2016-06-03 00:27:54 +02:00
parent dcaf650244
commit 5ab89387ba

View file

@ -4,7 +4,7 @@ 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 postgresql
user@host:~$ sudo pacman -S python user@host:~$ sudo pacman -S python
user@host:~$ sudo pacman -S python-pip user@host:~$ sudo pacman -S python-pip
user@host:~$ sudo pacman -S ffmpeg user@host:~$ sudo pacman -S ffmpeg