From d86d71e03ea89b85d43ea291d3b90bb446af7e92 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Mon, 2 Apr 2018 16:23:13 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c08ef3..260affe 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ makepkg -si ## Further Notes -+ You can change the transparency value by changing the `alpha` variable in the `config.h` file. ++ Change the transparency value by modifying the `alpha` variable in [config.h](https://github.com/alrayyes/st/blob/master/config.h). + Default font is system "mono" at 14pt + Forked from [https://github.com/LukeSmithxyz/st](https://github.com/LukeSmithxyz/st) -* When changing config.h be sure to run ```updpkgsums``` to update checksums in the file before running ```makepkg -si``` +* When modifying [config.h](https://github.com/alrayyes/st/blob/master/config.h) be sure to run ```updpkgsums``` to update checksums before running ```makepkg -si``` # License