From d2f4b2d3ac5186594df55d810c55ea93f71bacf6 Mon Sep 17 00:00:00 2001 From: julianacat Date: Thu, 29 Jun 2017 01:50:37 -0500 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5495d965..e9665470 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ +# Cathook Multihack +![banner](http://i.imgur.com/GkBmJFT.png) + # Discord Server -[Official Discord Server (updated link)](https://discord.gg/kvNVNSX) +[Official Discord Server](https://discord.gg/kvNVNSX) # INSTALLATION Ubuntu (and probably Debian) users can run this script: ``` -sudo apt update && sudo apt install build-essential software-properties-common -y && sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y && sudo apt update && sudo apt install gcc-snapshot -y && sudo apt update && sudo apt install git libc6-dev gcc-6 g++-6 libc6-dev:i386 g++-6-multilib gdb -y && git clone --recursive https://github.com/nullifiedcat/cathook && cd cathook && make -j4 +sudo apt update && sudo apt install build-essential software-properties-common -y && sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y && sudo apt update && sudo apt install gcc-snapshot -y && sudo apt update && sudo apt install git libc6-dev gcc-6 g++-6 libc6-dev:i386 g++-6-multilib gdb -y && git clone --recursive https://github.com/nullifiedcat/cathook && cd cathook && make -j4 && bash update-menu ``` **Errors while installing?**