diff options
author | Bradley Taunt <bt@btxx.org> | 2024-10-07 09:52:04 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-10-07 09:52:04 -0400 |
commit | ad777cbe3a721e77627269c1f3d7892573386d3d (patch) | |
tree | cadf075d46cd8bb5eca67d454c36e6ff5368c3f8 | |
parent | aafdd9eaef5d65752de93c11d6433cfc3823124e (diff) |
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | dependencies.txt | 1 |
2 files changed, 5 insertions, 4 deletions
@@ -2,7 +2,7 @@ **Contributing** -Submit changes, patches or suggestions via email [here](mailto:bt@btxx.org?subject=[suckless-beastie]) +Submit changes, patches or suggestions via email [here](mailto:suckless-beastie@patches.btxx.org) --- @@ -55,8 +55,8 @@ Clone the main installer project: ## Overview -1) Install dependencies by running `./install-dependencies.sh`. The script will simply read required packages from `dependencies.txt` and run `pkg install`. -2) Compile and install suckless software by running the `./install.sh` +1) Install dependencies +2) Compile and install suckless software ## Installing @@ -87,7 +87,7 @@ Add your main user to the `video` group: pw groupmod video -m username ``` -### Setting Up Graphic Cards +### Setting Up Graphic Cards (Optional) ``` pkg install drm-kmod diff --git a/dependencies.txt b/dependencies.txt index 6e8ee8a..9892945 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -2,6 +2,7 @@ xorg sndio pkgconf +noto-emoji # browser firefox |