From 99359e3dafe5784e651c27b9c2f20c8387d59fce Mon Sep 17 00:00:00 2001 From: Niles Rogoff Date: Sat, 13 May 2017 12:22:23 -0400 Subject: [PATCH] fixed instructions --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index e088fa8..657da67 100644 --- a/README +++ b/README @@ -1 +1 @@ -run `sudo make install` then add e2fsck to BINARIES, myfsck to HOOKS and i915 and fuse to MODULES in `/etc/mkinitcpio.conf`, then run `mkinitcpio -p linux` or whatever preset you use +First, change sdb2 and sda5 to your own partitions in hook, then run `sudo make install` then add e2fsck to BINARIES, myfsck to HOOKS and i915 and fuse to MODULES in `/etc/mkinitcpio.conf`, then run `mkinitcpio -p linux` or whatever preset you use