diff --git a/README.md b/README.md
index 3cb2e22..bbc4179 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,9 @@
# SoccerCloud CLI (Rust)
+
+
+
+
Terminal-native rebuild of MentalNet SoccerCloud with a cloud-dashboard feel.
## Overview
@@ -29,7 +33,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Clone and build:
```bash
-git clone
+git clone https://mentalnet.xyz/forgejo/markmental/soccercloud-rust.git
cd soccercloud-cli
cargo check
```