From 485e680cfffd90d3f0edca43129f2dbac3ab9f77 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 21 Apr 2021 07:50:15 +0200 Subject: [PATCH] README: Properly indent mirror git clone commands to belong to list item --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6944c03a..deffb2b4 100644 --- a/README.md +++ b/README.md @@ -238,23 +238,23 @@ on all the following open-source repositories: - GitHub https://github.com/SoftEtherVPN/SoftEtherVPN/ -``` -$ git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git -``` + ``` + $ git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git + ``` - GitLab (mirrored from GitHub) https://gitlab.com/SoftEther/SoftEtherVPN/ -``` -$ git clone https://gitlab.com/SoftEther/SoftEtherVPN.git -``` + ``` + $ git clone https://gitlab.com/SoftEther/SoftEtherVPN.git + ``` - Codeberg (mirrored from GitHub) https://codeberg.org/softether/vpn -``` -$ git clone https://codeberg.org/softether/vpn.git -``` + ``` + $ git clone https://codeberg.org/softether/vpn.git + ``` We hope that you can reach one of the above URLs at least!