README.md
This commit is contained in:
parent
2087c14285
commit
2dc472c85a
14
README.md
Normal file
14
README.md
Normal 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
BIN
images/cheems.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 996 KiB |
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user