commit 68479f04b0084cdc2f25cc44a469d9ff4fb0a468 Author: John Vogel <jvogel4@stny.rr.com> Date: Tue May 22 22:51:38 2018 -0400 st: fix README diff --git a/st/README b/st/README index d165113b..186ca063 100644 --- a/st/README +++ b/st/README @@ -1,11 +1,11 @@ The configuration of st is done by creating a custom config.h and (re)compiling the source code. To create a custom config.h, unpack the tarball, copy the file st-$version/config.def.h to -dwm's port directory, and edit to suit your preferences. Then, +st's port directory, and edit to suit your preferences. Then, when you call pkgmk in the st port directory, the custom config.h will be detected and copied into the source before compilation. I recommend that you save a copy your custom config.h -some where other than the dwm port directory, so that your changes +some where other than the st port directory, so that your changes won't get nuked when updating ports or performing a prtsweep or prtwash (see opt/prt-utils for more information about those two).