commit 81689fea5791d6ccb4144844ab841269d8b52db2 parent 2e8c3fd29180b451251aab61c88b9af6ad753436 Author: Zach Boatrite <zach@tenforwardconsulting.com> Date: Sun, 19 Jun 2016 17:22:09 -0500 Add specific apt-get command to install dependencies in Ubuntu Diffstat:
| M | README.md | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md @@ -51,6 +51,10 @@ Requirements - libxkbcommon >= 0.5.0 - libxkbcommon-x11 >= 0.5.0 +##### Ubuntu + + sudo apt-get install pkg-config libxcb1 libpam-dev libcairo-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 + Running i3lock -------------- Simply invoke the 'i3lock-color' command. To get out of it, enter your password and
