aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-10-07 09:52:04 -0400
committerBradley Taunt <bt@btxx.org>2024-10-07 09:52:04 -0400
commitad777cbe3a721e77627269c1f3d7892573386d3d (patch)
treecadf075d46cd8bb5eca67d454c36e6ff5368c3f8
parentaafdd9eaef5d65752de93c11d6433cfc3823124e (diff)
Update README, include emoji support package in dependenciesHEADmaster
-rw-r--r--README.md8
-rw-r--r--dependencies.txt1
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