README.md (685B)
1 # mcl 2 mcl is a simple minecraft launcher that uses dmenu and minecraft-launcher-cmd 3 4 ## installation 5 ``` 6 $ git clone https://git.kocotian.pl/mcl 7 $ cd mcl 8 # make install 9 ``` 10 11 be sure that you installed dmenu (tools.suckless.org/dmenu) and minecraft-launcher-cmd (package in AUR / gitlab.com/JakobDev/minecraft-launcher-cmd) 12 13 ## configuration 14 put your email and password in *~/.config/mcl/passwd* 15 16 ### how to create profiles? 17 open your profile file *(by default ~/.config/mcl/profiles)*, you will have a few commented profiles that you can edit, copy, uncomment, etc. 18 consult manpage for more info 19 20 ## bugs and hacks 21 feel free to make pull request or contact me - <kocotian@kocotian.pl>