Update README.md
This commit is contained in:
parent
1228da214b
commit
d2f4b2d3ac
@ -1,12 +1,15 @@
|
||||
# Cathook Multihack
|
||||

|
||||
|
||||
# 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?**
|
||||
|
Reference in New Issue
Block a user