diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 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 |