From cfca9dd88d82d3a5e8fd4207fa53466d329354cf Mon Sep 17 00:00:00 2001 From: trainytrain Date: Sun, 9 May 2021 01:57:20 -0700 Subject: edits --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8392fac..a8d44d8 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,11 @@ The [suckless terminal (st)](https://st.suckless.org/) with some additional feat ## Installation for newbs ``` -git clone https://github.com/LukeSmithxyz/st +git clone https://github.com/tyhoang/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. -- cgit v1.2.3-13-gbd6f