touch up README for public 0.1 release

This commit is contained in:
markmental 2026-02-12 12:47:27 -05:00
commit fc99f1a622

View file

@ -1,5 +1,9 @@
# SoccerCloud CLI (Rust) # SoccerCloud CLI (Rust)
<p align="center">
<img src="sc-logo.jpg" alt="SoccerCloud Logo" width="200">
</p>
Terminal-native rebuild of MentalNet SoccerCloud with a cloud-dashboard feel. Terminal-native rebuild of MentalNet SoccerCloud with a cloud-dashboard feel.
## Overview ## Overview
@ -29,7 +33,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Clone and build: Clone and build:
```bash ```bash
git clone <your-repo-url> git clone https://mentalnet.xyz/forgejo/markmental/soccercloud-rust.git
cd soccercloud-cli cd soccercloud-cli
cargo check cargo check
``` ```