From e169fa02b08241fd1c58569f81736f183855fc5b Mon Sep 17 00:00:00 2001 From: SylveonBottle Date: Tue, 4 Jul 2017 13:14:16 -0500 Subject: [PATCH] bash: update-menu: No such file or directory ```Building cathook make[1]: Leaving directory '/home/depre/cathook' bash: update-menu: No such file or directory``` update-menu was renamed to update-data recently. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcf34ad9..6448379e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ sudo pacman -Syu && sudo pacman -S gdb gdb-common glew1.10 lib32-glew1.10 --noco Cathook installation script: ```bash -git clone --recursive https://github.com/nullifiedcat/cathook && cd cathook && make -j4 && bash update-menu +git clone --recursive https://github.com/nullifiedcat/cathook && cd cathook && make -j4 && bash update-data ``` **Errors while installing?**