diff options
| author | David Faulkner <[email protected]> | 2026-08-06 03:19:19 -0500 |
|---|---|---|
| committer | David Faulkner <[email protected]> | 2026-08-06 03:21:45 -0500 |
| commit | 37c538d2e17899f7c02cba4347151c83921244a5 (patch) | |
| tree | ab859e9b9ee9e665ff0ff548d8b097749c4f17a7 | |
| parent | 462fbecd5c60f5473ce808bd2ff46aa27daa1ae9 (diff) | |
docs(readme): fix raw URL rendering in clone block and add divider spacing
- Remove Markdown link formatting from git clone bash code block
- Add blank line padding around horizontal rules to ensure clean rendering
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ This utility requires a **Debian-based distribution** (Debian, Ubuntu, Linux Min Clone the repository directly from the cgit web frontend: ```bash -git clone [https://git.davo.co/ud.git](https://git.davo.co/ud.git) +git clone https://git.davo.co/ud.git ``` --- |
