From 31c9e1f23a19b75a33c60376718faa066ea643a0 Mon Sep 17 00:00:00 2001 From: Aaron Dill Date: Mon, 25 Nov 2024 14:51:51 -0600 Subject: [PATCH] doc: add lua-lgi install --- README.tmpl.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.tmpl.md b/README.tmpl.md index 94447d90..f4838373 100644 --- a/README.tmpl.md +++ b/README.tmpl.md @@ -19,10 +19,11 @@ An almost desktop environment made with [AwesomeWM](https://awesomewm.org/) with For convenience, a `setup.lua` script has been provided, simply clone the repository and run `lua ./setup.lua` to auto install dependencies and setup submodules. note: Gio is required. Installing `awesome` will install `gio` as a dependency. +note: LGI is required. This may need to be installed manually. ```shell > git clone 'https://github.com/aarondill/awesome' ~/.config/awesome -> pacman -S awesome # REPLACE WITH YOUR PACKAGE MANAGER +> pacman -S awesome lua-lgi # REPLACE WITH YOUR PACKAGE MANAGER > cd ~/.config/awesome/ && ./setup.lua > # run lxappearance to modify theme if so desired ```