From bad32996f35a70cf193f5ac16243bb4e86bc7620 Mon Sep 17 00:00:00 2001 From: Joshua Pereyda Date: Fri, 8 Mar 2019 11:29:33 -0800 Subject: [PATCH 1/3] add ubuntu install instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c6dd54d..f6430e9 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,15 @@ Many little improvements have been made to i3lock over time: - i3lock uses PAM and therefore is compatible with LDAP etc. On OpenBSD i3lock uses the bsd_auth(3) framework. +Running i3lock +------------- +Ubuntu: +``` +sudo apt-get install i3lock +``` + +For other operating systems, see Requirements and Building below. + Requirements ------------ - pkg-config From a355bed013c4e00bba468e130429358cc354177d Mon Sep 17 00:00:00 2001 From: Joshua Pereyda Date: Fri, 8 Mar 2019 11:35:48 -0800 Subject: [PATCH 2/3] fix Install title copypasta --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6430e9..28d9fdb 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ Many little improvements have been made to i3lock over time: - i3lock uses PAM and therefore is compatible with LDAP etc. On OpenBSD i3lock uses the bsd_auth(3) framework. -Running i3lock -------------- +Install +------- Ubuntu: ``` sudo apt-get install i3lock From d0157b8c108a36d8cc71590f2976a14392e2a97e Mon Sep 17 00:00:00 2001 From: Joshua Pereyda Date: Mon, 18 Mar 2019 13:22:34 -0700 Subject: [PATCH 3/3] Install instructions just point to the website --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 28d9fdb..af3fd0b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ i3lock - improved screen locker =============================== -i3lock is a simple screen locker like slock. After starting it, you will -see a white screen (you can configure the color/an image). You can return -to your screen by entering your password. +[i3lock](https://i3wm.org/i3lock/)> is a simple screen locker like slock. +After starting it, you will see a white screen (you can configure the +color/an image). You can return to your screen by entering your password. Many little improvements have been made to i3lock over time: @@ -20,12 +20,8 @@ Many little improvements have been made to i3lock over time: Install ------- -Ubuntu: -``` -sudo apt-get install i3lock -``` -For other operating systems, see Requirements and Building below. +See [the i3lock home page](https://i3wm.org/i3lock/). Requirements ------------