From c84c49d068a7ceee4366b8c78536162beb9e886e Mon Sep 17 00:00:00 2001 From: goyimnose Date: Thu, 22 Jan 2026 06:11:55 -0500 Subject: [PATCH] Update readme.md --- readme.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 7da2206..f027f0c 100644 --- a/readme.md +++ b/readme.md @@ -41,10 +41,20 @@ Medios-Macina is a file media manager and virtual toolbox capable of downloading
-installation console command -
git clone --depth 1 https://code.glowers.club/goyimnose/Medios-Macina.git
-python Medios-Macina/scripts/bootstrap.py
+LINUX
+
+
curl -sSL https://example.com/script.py | python3 -
 
+ +
+ +
+WINDOWS + +
Invoke-WebRequest 'https://example.com/script.py' -UseBasicParsing | python
+
+
+

Start the CLI by simply running "mm"