From b9777a48c56ddc058f12808e345cce1f89c67a24 Mon Sep 17 00:00:00 2001
From: patrick96
Date: Sun, 16 Sep 2018 21:21:50 +0200
Subject: [PATCH] readme: format dependencies
---
README.md | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/README.md b/README.md
index de413691..ff7dd93e 100644
--- a/README.md
+++ b/README.md
@@ -95,25 +95,25 @@ If you are using **Gentoo**, both release and git-master versions are available
### Dependencies
A compiler with C++14 support ([clang-3.4+](http://llvm.org/releases/download.html), [gcc-5.1+](https://gcc.gnu.org/releases.html)), [cmake 3.1+](https://cmake.org/download/), [git](https://git-scm.com/downloads)
-- cairo
-- libxcb
-- python2
-- xcb-proto
-- xcb-util-image
-- xcb-util-wm
+- `cairo`
+- `libxcb`
+- `python2`
+- `xcb-proto`
+- `xcb-util-image`
+- `xcb-util-wm`
**Optional dependencies:**
-- xcb-util-cursor *required for the `cursor-click` and `cursor-scroll` settings*
-- xcb-util-xrm *required for accessing X resources with `${xrdb:...}`*
+- `xcb-util-cursor` *required for the `cursor-click` and `cursor-scroll` settings*
+- `xcb-util-xrm` *required for accessing X resources with `${xrdb:...}`*
**Optional dependencies for extended module support:**
-- alsa-lib *required by `internal/alsa`*
-- libpulse *required by `internal/pulseaudio`*
-- i3-wm *required by `internal/i3`*
-- jsoncpp *required by `internal/i3`*
-- libmpdclient *required by `internal/mpd`*
-- libcurl *required by `internal/github`*
-- libnl-genl or wireless_tools *required by `internal/network`*
+- `alsa-lib` *required by `internal/alsa`*
+- `libpulse` *required by `internal/pulseaudio`*
+- `i3-wm` *required by `internal/i3`*
+- `jsoncpp` *required by `internal/i3`*
+- `libmpdclient` *required by `internal/mpd`*
+- `libcurl` *required by `internal/github`*
+- `libnl-genl` or `wireless_tools` *required by `internal/network`*
Find a more complete list on the [dedicated wiki page](https://github.com/jaagr/polybar/wiki/Compiling).