From a753553e29a30aa3d88ea47abbbd3e2abd8b46a7 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun, 4 Feb 2024 15:36:33 +0100 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index fb127827..812ed070 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ You have found the easiest way to install & manage WireGuard on any Linux host! ### 1. Prepare (if needed) **CentOS 7/8/9:** - ```bash $ sudo yum install epel-release elrepo-release yum-plugin-elrepo kmod-wireguard ``` @@ -45,7 +44,6 @@ If you haven't installed Docker yet, install it by running: ⚠️ Warning: The Script below will not work on all Linux Distros
you need to check how to install docker with your Package Manager. - ```bash $ curl -sSL https://get.docker.com | sh $ sudo usermod -aG docker $USER @@ -61,7 +59,6 @@ $ exit ``` **Arch Linux/other Arch based Distros:** - ```bash $ sudo pacman -S docker docker-compose $ sudo usermod -aG docker $USER