summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-04-23 12:45:03 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-04-23 12:45:03 -0400
commita36768bfa1417d8e8268a26d13887d50291a9cf6 (patch)
tree75f09e01926f58a694713460fa361b2d79b4bf10 /README.md
parent30a6a001fe396841a418a7e3e38a4d5bb27ca356 (diff)
aur note
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5afdbb1..b101fb5 100644
--- a/README.md
+++ b/README.md
@@ -29,10 +29,13 @@ The following additional bindings were added before I forked this:
## Installation for newbs
```
-make
+git clone https://github.com/LukeSmithxyz/st
+cd st
sudo make install
```
+Users of Arch-based distros can also install it from the AUR as [st-luke-git](https://aur.archlinux.org/packages/st-luke-git/).
+
Obviously, `make` is required to build. `fontconfig` is required for the default build, since it asks `fontconfig` for your system monospace font. It might be obvious, but `libX11` and `libXft` are required as well. Chances are, you have all of this installed already.
On OpenBSD, be sure to edit `config.mk` first and remove `-lrt` from the `$LIBS` before compiling.