From 2885a152f37173a60577307b82d90ba254217b97 Mon Sep 17 00:00:00 2001 From: Snider Date: Mon, 10 Nov 2025 02:26:09 +0000 Subject: [PATCH] Enhance README with usage examples and details Added example command and updated HTML script tag. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95dede4..d0556f3 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,13 @@ GoLang Miner management with embedable RESTful control - A modern, modular package for managing cryptocurrency miners. +```bash +miner-cli serve --host localhost --port 9090 --namespace /api/v1/mining +``` + ```html - + ``` image