From 6324df6f9b332aef5863f3d5f1b40cab02dfcc0e Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 2 Apr 2024 15:03:34 +0900 Subject: [PATCH] Fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aa21b9..f1ab1de 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ works for me. It always builds in a CHROOT, and it lets the user check the PKGBUILD (by default) prior to building. There is no automatic dependency management. That must be done in the config. An example config is provided. -Note that if a "install=" is specified in the PKGBUILD, then the +Note that if a "install=\" is specified in the PKGBUILD, then the configured editor will also open the specified file once the PKGBUILD is approved by the user. This check is necessary because such "install scripts" define hooks that are run when the package is installed.