README.md

This commit is contained in:
Timerix 2025-04-20 05:16:15 +05:00
parent 2087c14285
commit 2dc472c85a
4 changed files with 16 additions and 0 deletions

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# Mlaumcherb - a minecraft laumcherb
<img src="./images/cheems.png" alt="silly-dog-picture" style="width:200px;"/>
## Features
- Downloads minecraft from mojang server or any other
- Downloads java or uses whatever you specified in config
- Downloads modpacks of my custom format
- Automatic launcher updates from git releases
## How to build
```sh
./build.sh selfcontained
```

BIN
images/cheems.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 996 KiB

View File

@ -5,6 +5,8 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFolder", "SolutionFolder", "{A3217C18-CC0D-4CE8-9C48-1BDEC1E1B333}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
build.sh = build.sh
EndProjectSection
EndProject
Global