README: update build instructions
This commit is contained in:
parent
49461ac56f
commit
ee946d0d8c
12
README.md
12
README.md
@ -30,7 +30,15 @@ i3status is developed at https://github.com/i3/i3status
|
|||||||
|
|
||||||
## Compilation
|
## Compilation
|
||||||
|
|
||||||
Compiling is done with the usual make-line
|
Prefer installing i3status via your Linux distribution’s package manager.
|
||||||
|
|
||||||
|
If you absolutely have to build from source, use:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make && sudo make install
|
autoreconf -fi
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
../configure
|
||||||
|
make -j8
|
||||||
|
sudo make install
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user