From 61d13a83325e08ac49eecb485f7d71b68a63aea5 Mon Sep 17 00:00:00 2001 From: Paul Nehlich Date: Mon, 13 May 2024 11:47:51 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77e7e4b..10a648b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Build with Docker ##### Info -IRS wireguard VPN can cause network issues with docker. +IRS wireguard VPN can cause network issues with docker. ##### Install Docker If you are using macOS or Windows, please use this tutorial: - https://www.docker.com/get-started/ -On Linux please use your package manager to install ```docker``` and prepare everything using these commands, to avoid permission denied errors: +On Linux simply use your package manager to install ```docker``` and prepare everything using these commands, to avoid permission denied errors: ```sh sudo systemctl start docker