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