From 2a58cf09c5f10e06f43be40d8fc856774db66d49 Mon Sep 17 00:00:00 2001
From: Marcelo Santos <marcelocmsantos@gmail.com>
Date: Thu, 24 Mar 2016 13:44:42 +0000
Subject: [PATCH] Fix formatting and add video to the instructions

---
 INSTALL.asciidoc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/INSTALL.asciidoc b/INSTALL.asciidoc
index 4e0b57ad8..0d143624e 100644
--- a/INSTALL.asciidoc
+++ b/INSTALL.asciidoc
@@ -61,11 +61,10 @@ repository (rather than a release):
 $ python3 scripts/asciidoc2html.py
 ----
 
-If sound doesn't seem to work, try installing the gstreamer plugins:
+If video or sound don't seem to work, try installing the gstreamer plugins:
 
 ----
-# apt-get install gstreamer1.0-plugins-bad gstreamer1.0-plugins-base 
-gstreamer1.0-plugins-ugly gstreamer1.0-plugins-good
+# apt-get install gstreamer1.0-plugins-{bad,base,good,ugly}
 ----
 
 Then <<tox,install qutebrowser via tox>>.