Skip to content

Commit

Permalink
doc: add lua-lgi install
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondill committed Nov 25, 2024
1 parent df5100b commit 31c9e1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.tmpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 31c9e1f

Please sign in to comment.