From a06eb8cdace1ae001ad00e71158c588640453d72 Mon Sep 17 00:00:00 2001
From: patrick96
Date: Mon, 18 Jun 2018 13:55:21 +0200
Subject: [PATCH] doc: Specify where to run make userconfig
---
README.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index f3d83e57..47916885 100644
--- a/README.md
+++ b/README.md
@@ -141,9 +141,10 @@ For more info, have a look at the [Compiling wiki page](https://github.com/jaagr
Details on how to setup and configure the bar and each module have been moved to [the wiki](https://github.com/jaagr/polybar/wiki/Configuration).
#### Install the example configuration
- ~~~ sh
- $ make userconfig
- ~~~
+Run the following inside the build directory:
+~~~ sh
+$ make userconfig
+~~~
#### Launch the example bar
~~~ sh