fix broken links in README.md

This commit is contained in:
2025-04-05 18:24:51 +02:00
parent d565945428
commit 39b31e848c

View File

@@ -1,6 +1,6 @@
# qweribot # qweribot
A copy of twitch bot 'MandooBot' in [eddie's stream](twitch.tv/eddie). A copy of twitch bot 'MandooBot' in [eddie's stream](https://twitch.tv/eddie).
## Usage ## Usage
@@ -46,7 +46,7 @@ The `compose.yaml` file in the repository is for development.
services: services:
qweribot: qweribot:
container_name: qweribot container_name: qweribot
image: ghcr.io/qwerinope/qweribot:latest image: ghcr.io/qwerinope/qweribot-bot:latest
environment: # The README.md has more detail on these config options environment: # The README.md has more detail on these config options
# Use the supplied .example.env for setting environment variables # Use the supplied .example.env for setting environment variables
- BOT_NAME=$BOT_NAME - BOT_NAME=$BOT_NAME
@@ -67,7 +67,7 @@ services:
pocketbase: pocketbase:
container_name: pocketbase container_name: pocketbase
image: ghcr.io/qwerinope/pocketbase-qweribot:latest image: ghcr.io/qwerinope/qweribot-pocketbase:latest
# If environment variables are left empty, the default user & password will be: test@example.com and 1234567890 # If environment variables are left empty, the default user & password will be: test@example.com and 1234567890
# This will only impact the login on http://localhost:8090 # This will only impact the login on http://localhost:8090
#environment: #environment:
@@ -83,7 +83,7 @@ services:
### Native (not recommended) ### Native (not recommended)
If you wish to run the bot not using docker, you will need to set up a [pocketbase](pocketbase.io) instance, and point the `PBURL` environment variable to the correct address. If you wish to run the bot not using docker, you will need to set up a [pocketbase](https://pocketbase.io) instance, and point the `PBURL` environment variable to the correct address.
Also make sure the migration from `pb/migrations` is passed into the pocketbase instance. Also make sure the migration from `pb/migrations` is passed into the pocketbase instance.
Install dependencies with `bun install`. Install dependencies with `bun install`.