mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-07-27 00:47:44 +00:00
feat: update docs
This commit is contained in:
parent
d5ed49b03c
commit
efb078fef9
3 changed files with 3 additions and 9 deletions
|
@ -2,15 +2,13 @@
|
|||
|
||||
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.
|
||||
|
||||
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`.
|
||||
4: Run `./start.sh`, requires `uv`.
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
python3 -m pip install -U poetry
|
||||
python3 -m poetry install --only main
|
2
start.sh
2
start.sh
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
python3 -m poetry run bot
|
||||
uv run --module minearchy_bot -- $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue