commit bad32996f35a70cf193f5ac16243bb4e86bc7620 parent a395006844adbd538c0ab0f201fc956b0e7d7bc6 Author: Joshua Pereyda <jtpereyda@users.noreply.github.com> Date: Fri, 8 Mar 2019 11:29:33 -0800 add ubuntu install instructions Diffstat:
| M | README.md | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-) diff --git 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
