i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit fcb46c7cd880121a5e3590659705641cf8014bcc
parent f17c2a47f163609a657d857576ee7be965e64f7b
Author: Raymond Li <hi@raymond.li>
Date:   Tue, 10 Mar 2020 11:03:45 -0400

Shorten autoreconf command
Diffstat:
MREADME.md | 7++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
@@ -83,15 +83,12 @@ If there's no packaged version available - think carefully, since you're using a
 
 To build i3lock-color, first install the dependencies listed above, then run these commands (which might need to be adapted to your OS/distro):
 ```
-autoreconf --force --install
+autoreconf -fiv
 
 rm -rf build/
 mkdir -p build && cd build/
 
-../configure \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --disable-sanitizers
+../configure --prefix=/usr --sysconfdir=/etc --disable-sanitizers
 
 make
 ```