From b22efd1fd977d98d2932f6ff21e423d782e4ef01 Mon Sep 17 00:00:00 2001
From: patrick96
Date: Mon, 7 Jan 2019 17:24:22 +0100
Subject: [PATCH] build: Add build instructions for tar file
---
README.md | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index f4ff1387..7a6f04c3 100644
--- a/README.md
+++ b/README.md
@@ -129,13 +129,18 @@ Find a more complete list on the [dedicated wiki page](https://github.com/jaagr/
Please [report any problems](https://github.com/jaagr/polybar/issues/new/choose) you run into when building the project.
- ~~~ sh
- $ git clone --branch 3.3 --recursive https://github.com/jaagr/polybar
- $ mkdir polybar/build
- $ cd polybar/build
- $ cmake ..
- $ sudo make install
- ~~~
+Download the `polybar-.tar` for the version you want to build from the
+[release page](https://github.com/jaagr/polybar/releases), extract it with
+`tar xvf polybar-.tar` and go into the extracted folder. There, run
+the following commands:
+
+```sh
+$ mkdir build
+$ cd build
+$ cmake ..
+$ make -j$(nproc)
+$ sudo make install
+```
There's also a helper script available in the root folder: