1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-27 08:57:46 +00:00

feat: update docs

This commit is contained in:
RGBCube 2025-04-07 01:14:48 +03:00
parent d5ed49b03c
commit efb078fef9
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
3 changed files with 3 additions and 9 deletions

View file

@ -2,15 +2,13 @@
This is a simple bot made for the [Minearchy Discord server](https://discord.gg/2n6T78JS9k). This is a simple bot made for the [Minearchy Discord server](https://discord.gg/2n6T78JS9k).
## Installing ## Running
1: Clone this repo and `cd` into it. 1: Clone this repo and `cd` into it.
2: Edit the `./minearchy_bot/config.example.json` to your liking and rename it to `config.json`. 2: Edit the `./minearchy_bot/config.example.json` to your liking and rename it to `config.json`.
3: Install dependencies using `./install.sh`. 4: Run `./start.sh`, requires `uv`.
4: Run `./start.sh`.
## License ## License

View file

@ -1,4 +0,0 @@
#!/bin/bash
python3 -m pip install -U poetry
python3 -m poetry install --only main

View file

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
python3 -m poetry run bot uv run --module minearchy_bot -- $@