From 4610b19b8618dea7b9e5948ef2bacb26bd70126b Mon Sep 17 00:00:00 2001 From: nullifiedcat Date: Thu, 6 Jul 2017 09:04:54 +0300 Subject: [PATCH] replace make -j4 with build-tf2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb2a56ff..2540a3e0 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,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-data +git clone --recursive https://github.com/nullifiedcat/cathook && cd cathook && bash build-tf2 && bash update-data ``` **Errors while installing?**