From 23c3704f3b3568df432fc8b4fcfbdca7f307b812 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 20 Jun 2019 14:36:52 +0200 Subject: [PATCH] Updated kernel-hook location in readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c660d1d..b3716e0 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Go to [the Arch installation instructions](arch_instructions.md). * Make hashboot executable * Place hashboot anywhere in ${PATH} * Install the appropriate init script -* If applicable, copy kernel-hook to /etc/kernel/post{inst,rm}.d/zzz-hashboot +* If applicable, copy `hooks/kernel-postinst` to /etc/kernel/post{inst,rm}.d/zzz-hashboot (make sure it is called after all other hooks) * To generate the manpage, install [asciidoc](http://asciidoc.org/) and run `build_manpage.sh`.