docs: improve README structure and add headers

This commit is contained in:
Rootiest 2026-01-16 12:16:47 -05:00
parent 56413f9c08
commit 829ab46608
Signed by: rootiest
GPG Key ID: 623CE33E5CF323D5

View File

@ -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