From 59f7200512a9543e5027e9a1ffdb20b846205a8a Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Fri, 16 Aug 2024 22:53:23 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 28c226e..e0c2011 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ ## 📝 Requirement - Tested on the following Operating Systems - > [!Note] + > [!NOTE] > All operating systems I tested are ARM64 ran in UTM Virtual Machine. | Ubuntu | Debian | Red Hat Enterprise Linux | CentOS | Fedora | @@ -100,19 +100,19 @@ | 22.04 LTS | 11.10 | | | 39 | | 24.02 LTS | | | | 38 | - > ![!Tip] + > ![!TIP] > **If you have tested on other operating systems and it works perfectly please provide it to me. Thank you!** - **WireGuard** and **WireGuard-Tools (`wg-quick`)** are installed. - > [!TIPS] + > [!TIP] > Don't know how? Check this official documentation - `git`, `net-tools`, `sudo` (_This only apply to RHEL 9 & 8, can't believe it doesn't come with `sudo` installed lol)_ - Python 3.10 / 3.11 / 3.12 - > [!TIPS] + > [!TIP] > Check your Python version with > ```shell > $ python3 --version