Update README.md

This commit is contained in:
SudoLite 2023-02-05 17:50:12 +02:00 committed by GitHub
parent 9db464c117
commit 2b70ac7132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,11 +146,11 @@ pip install -r requirements.txt
**One-Line Installing on Fresh VPS**
```shell script
apt -y update && apt -y install curl wget libcurl4 libssl-dev python3 python3-pip make cmake automake autoconf m4 build-essential ruby perl golang git && git clone https://github.com/MatrixTM/MHDDoS.git && cd MH* && pip3 install -r requirements.txt
apt -y update && apt -y install curl wget libcurl4 libssl-dev python3 python3-pip make cmake automake autoconf m4 build-essential git && git clone https://github.com/MatrixTM/MHDDoS.git && cd MH* && pip3 install -r requirements.txt
```
[python3]: https://python.org 'Python3'
[github]: https://github.com/MatrixTM/MHDDoS/issues 'GitHub'
[github issues]: https://github.com/MatrixTM/MHDDoS/issues 'enter'
---