Files
mc-connect/README.md
2025-07-22 02:24:13 -07:00

28 lines
424 B
Markdown

# mc-connect
Bash wrapper for the Discord-Linux API
> :warning: Requires curl, jq, lftp
> :warning: Requires mc script to be added to $PATH
## usage
mc-connect uses your my-mc.link api key.
```bash
export MY_MC_API_KEY='<my-mc.link api key>'
```
sub-commands can be shown by running the script without arguments
```bash
./mc
```
to start your Minecraft container:
```bash
./mc start
```