From 856d8dd0f5314913ffa54f97c24611980bb6ac71 Mon Sep 17 00:00:00 2001 From: TotallyNotElite <38938720+TotallyNotElite@users.noreply.github.com> Date: Sat, 19 May 2018 18:06:47 +0200 Subject: [PATCH] Changes to the install script 1. Inform user that it only works for Ubuntu. 2. Use wget to download the file from the main cathook repo. We don't need to maintain a secondary repo if we can avoid it. 3. The file is however not executable. We need to use bash to execute it. 4. The command is all-in-one --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e869478..7c88af58 100755 --- a/README.md +++ b/README.md @@ -35,14 +35,13 @@ and a lot of useful features, including # INSTALLATION -## Automatic: +## Automatic: (Ubuntu based only) If you already downloaded the repo, simply run * `install-all` Else simply run: -* `git clone --recursive https://github.com/nullworks/One-in-all-cathook-install/blob/master/install-all.git` -and run it's install-all script. +* `wget https://raw.githubusercontent.com/nullworks/cathook/master/install-all && bash install-all` ## Manual: You need CMake to build cathook, CMake should take care of dependencies