X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3status;a=blobdiff_plain;f=README.md;h=d818ee6e4432f65f1aca2aa1cd6d9ea1cc54742a;hp=084f373a8cff150eab4924cf93080f08a8b40175;hb=fd484c6c5800577a7b27b7110d641cd12ba6464a;hpb=302966374bd7d9ca5b97171cedd3613ae10360c8 diff --git a/README.md b/README.md index 084f373..d818ee6 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,15 @@ i3status is developed at https://github.com/i3/i3status ## 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 - make && sudo make install + autoreconf -fi + mkdir build + cd build + ../configure + make -j8 + sudo make install ```