Ministo's configuration file location is dependent on your operating system.
- Windows:
%AppData%\Local\ministo.json
- Linux:
$HOME/.config/ministo.json
The default config file location can be overwritten with a command-line flag:
ministo --config my/custom/config/folder
- Clone the repo:
git clone --recurse-submodules https://github.com/busyboredom/ministo.git
- Install devserver with
cargo install devserver
- Run the
dev
script:- Linux:
./script/linux/dev.sh
- Winidows: TODO
- Linux:
- Run the
build
script:- Linux:
./script/linux/build.sh
- Winidows: TODO
- Linux: