From 829ab46608f98aa8b7be66332c7eb15c735d05c5 Mon Sep 17 00:00:00 2001 From: rootiest Date: Fri, 16 Jan 2026 12:16:47 -0500 Subject: [PATCH] docs: improve README structure and add headers --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88b8af9..1b818b1 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,9 @@ We use Gitea on this server because it offers a perfect balance of features and If you want to test the performance or workflow of this instance, you can use the following commands to interact with this repository via **HTTPS**: -### Clone this repository +## HTTPS Access +### Clone this repository ```bash git clone https://git.rootiest.dev/rootiest/welcome.git rootiest-git-welcome ``` @@ -74,6 +75,9 @@ For users who prefer SSH, the server is accessible on port `2223`. git clone ssh://git@git.rootiest.dev:2223/rootiest/welcome.git rootiest-git-welcome ``` + +## Verify Remote Status + ### Check remote connectivity ```bash