From ad777cbe3a721e77627269c1f3d7892573386d3d Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Mon, 7 Oct 2024 09:52:04 -0400 Subject: Update README, include emoji support package in dependencies --- README.md | 8 ++++---- dependencies.txt | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index acb7d38..b362519 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3-54-g00ecf