From 5ab89387bae4eac9cd24f531a80619a19cf76caa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pastuszak?= Date: Fri, 3 Jun 2016 00:27:54 +0200 Subject: [PATCH] docs/install: fix dependency name --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index d8ca84a..1dcc089 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -4,7 +4,7 @@ distributions are different, the steps stay roughly the same. ### Installing hard dependencies ```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-pip user@host:~$ sudo pacman -S ffmpeg