summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-05-26 12:19:25 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-05-26 12:19:25 -0400
commit940d7b3bd1a503b22086f93520523c4022e24368 (patch)
treeb6c02b73866917ca06543691849b8cb5680c290a /README.md
parent993cdc55c8c9166a83c771e511b1cf3b46369571 (diff)
parentf7418a285fab75b83103cc183cdb1deab9d2532f (diff)
Merge branch 'monosans-master'
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index cdc1ab4..5ab5f4c 100644
--- a/README.md
+++ b/README.md
@@ -23,14 +23,17 @@ I haven't kept `man dwm`/`dwm.1` updated though. PRs welcome on that, lol.
- [vanitygaps](https://dwm.suckless.org/patches/vanitygaps/): Gaps allowed across all layouts.
- [swallow patch](https://dwm.suckless.org/patches/swallow/): if a program run from a terminal would make it inoperable, it temporarily takes its place to save space.
+
## Installation for newbs
-```
-git clone https://github.com/LukeSmithxyz/dwm
+```bash
+git clone https://github.com/LukeSmithxyz/dwm.git
cd dwm
sudo make install
```
-## Please install `libxft-bgra`!
+There is also a `PKGBUILD` usable on distributions with pacman. Run `makepkg -si` instead of `sudo make install`.
+
+### You must also install `libxft-bgra`!
-This build of dwm does not block color emoji in the status/info bar, so you must install [libxft-bgra](https://aur.archlinux.org/packages/libxft-bgra/) from the AUR, which fixes a libxft color emoji rendering problem, otherwise dwm will crash upon trying to render one. Hopefully this fix will be in all libxft soon enough.
+This build of dwm does not block color emoji in the status/info bar, so you must install [libxft-bgra](https://aur.archlinux.org/packages/libxft-bgra/), which fixes a libxft color emoji rendering problem, otherwise dwm will crash upon trying to render one. Hopefully this fix will be in all libxft soon enough.