From 2b70ac71329c84fe8c8b0a68b08fa49485bfb1be Mon Sep 17 00:00:00 2001 From: SudoLite <72527182+SudoLite@users.noreply.github.com> Date: Sun, 5 Feb 2023 17:50:12 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7496e0f..86c1b06 100644 --- a/README.md +++ b/README.md @@ -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' ---