i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 345195a3ef2cefd2f3109fbe68cac783554f88b9
parent 6c7ab082c674c02236e0c462872b9b94bfa5ab9d
Author: Pandora <Pandora@techfo.xyz>
Date:   Wed,  6 Dec 2017 13:19:34 -0500

update readme; fix version number

Diffstat:
MI3LOCK_VERSION | 2+-
MREADME.md | 9++++-----
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/I3LOCK_VERSION b/I3LOCK_VERSION
@@ -1 +1 @@
-2.10.1-color-non-git
+2.10.1c-non-git
diff --git a/README.md b/README.md
@@ -73,7 +73,7 @@ Before you build - check and see if there's a packaged version available for you
 
 If there's no packaged version available - think carefully, since you're using a forked screen locker at your own risk.
 
-If you don't understand what makefiles are and how they work, start reading [here](http://www.tldp.org/HOWTO/Software-Building-HOWTO-3.html). If you're building from source - make sure you're keeping up to date.
+i3lock now uses GNU autotools for building; you'll need to do something like `autoreconf -i && ./configure && make` to build.
 
 ### Required Packages
 - pkg-config
@@ -98,10 +98,9 @@ If you don't understand what makefiles are and how they work, start reading [her
     sudo apt-get install pkg-config libxcb1 libpam-dev libcairo-dev libxcb-composite0 libxcb-composite0-dev libxcb-xinerama0-dev libev-dev libx11-dev libx11-xcb-dev libxkbcommon0 libxkbcommon-x11-0 libxcb-dpms0-dev libxcb-image0-dev libxcb-util0-dev libxcb-xkb-dev libxkbcommon-x11-dev libxkbcommon-dev
 
 ##### Aur Package
-Stable:
-https://aur.archlinux.org/packages/i3lock-color/
-Git:
-https://aur.archlinux.org/packages/i3lock-color-git
+[Stable](https://aur.archlinux.org/packages/i3lock-color/)
+
+[Git](https://aur.archlinux.org/packages/i3lock-color-git)
 
 Running i3lock
 -------------