This commit is contained in:
2026-01-12 12:17:50 -08:00
parent 9981424397
commit b7b58f0e42
7 changed files with 21 additions and 254 deletions

View File

@@ -41,30 +41,15 @@ Medios-Macina is a CLI file media manager and toolkit focused on downloading, ta
<br>
<details>
<summary>console command</summary>
<summary>installation console command</summary>
<pre><code>git clone https://code.glowers.club/goyimnose/Medios-Macina.git
python Medios-Macina/scripts/bootstrap.py
</code></pre>
</details>
<br>
<b>Start the CLI by simply running "mm"</b>
</div>
- When run interactively (a normal terminal), `bootstrap.py` will show a short menu to Install or Uninstall the project.
1. rename config.conf.remove to config.conf, [config tutorial](https://code.glowers.club/goyimnose/Medios-Macina/wiki/Config.conf)
### MINIMAL EXAMPLE CONFIG - CHANGE VALUES
```Minimal config
temp="C:\\Users\\Admin\\Downloads"
[store=folder]
name="default"
path="C:\Users\Public\Documents\library"
```
3. Start the CLI by simply running "mm" in shell or run python cli.py
# [CLICK FOR GUIDED TUTORIAL](/docs/tutorial.md)