diff --git a/README.md b/README.md index d6360a6..8d836d9 100644 --- a/README.md +++ b/README.md @@ -44,24 +44,25 @@ See also this: [sefinek24/Node-Cloudflare-WAF-AbuseIPDB](https://github.com/sefi - **Internet connection:** Hm, I think it's obvious, right? -### ๐ ๏ธ Installing required packages
-#### ๐ Perform repository and software updates (highly recommended) -```bash -sudo apt update && sudo apt upgrade -y -``` - -#### ๐ Install required dependencies -```bash -sudo apt install -y curl jq openssl ufw -``` - -### ๐งช Tested operating systems +## ๐งช Tested operating systems - Ubuntu Server 20.04/22.04 If the distribution you're using to run the tool isn't listed here and the script works correctly, please create a new [Issue](https://github.com/sefinek24/UFW-AbuseIPDB-Reporter/issues). I'll add its name to the list. ## ๐ฅ Installation + +### ๐ Perform repository and software updates (highly recommended) +```bash +sudo apt update && sudo apt upgrade -y +``` + +### ๐ Install required dependencies +```bash +sudo apt install -y curl jq openssl ufw +``` + +#### Install To install this tool, run the following command in the terminal (`sudo` is required): ```bash sudo bash -c "$(curl -s https://raw.githubusercontent.com/sefinek24/UFW-AbuseIPDB-Reporter/main/install.sh)"