Update README.md

This commit is contained in:
julianacat 2017-06-29 01:50:37 -05:00 committed by GitHub
parent 1228da214b
commit d2f4b2d3ac

View File

@ -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?**