From 5582a9fe05aae39cdccee14d718a95cdedf8faf7 Mon Sep 17 00:00:00 2001
From: Kubat <mael.martin31@gmail.com>
Date: Mon, 30 Aug 2021 22:34:41 +0200
Subject: [PATCH] Update README

---
 README.md | 23 ++++++++---------------
 1 file changed, 8 insertions(+), 15 deletions(-)

diff --git a/README.md b/README.md
index ab4f429f..5b28b7c4 100644
--- a/README.md
+++ b/README.md
@@ -20,21 +20,14 @@ This project depends on cmake as a build system. For dependencies on
 Windows and MacOS, the easier thing to do is grab qtcreator and find a
 way to add the av libraries to it.
 
-#### Ubuntu/debian
-
-Vivy depends on Qt5 and libav. On ubuntu install the following packages:
-`qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libavutil-dev
-libavcodec-dev libavformat-dev libmpv-dev cmake clang clang-format
-libomp-dev`.
-
-#### Arch/Manjaro
-
-TODO!
-
-#### FreeBSD and other toasters
-
-You will need cmake, qt and av dev packages. Set your favorite C++
-compiler with `-DCMAKE_CXX_COMPILER` and you're good to go.
+- Ubuntu/debian: Vivy depends on Qt5 and libav. On ubuntu install the
+  following packages: `qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
+  libavutil-dev libavcodec-dev libavformat-dev libmpv-dev cmake clang
+  clang-format libomp-dev`.
+- Arch/Manjaro: TODO!
+- FreeBSD and other toasters: You will need cmake, qt and av dev
+  packages. Set your favorite C++ compiler with `-DCMAKE_CXX_COMPILER`
+  and you're good to go.
 
 ## Licence
 
-- 
GitLab