Fix mentions of diff. project
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run

This commit is contained in:
Parker M. 2025-01-20 15:20:00 -06:00
parent 82786829ca
commit 5abb3436d5
Signed by: parker
GPG Key ID: 505ED36FC12B5D5E

View File

@ -28,10 +28,10 @@ CordArr is a self-hosted Discord bot that allows you to add new movies or shows
# Self-hosting
## Docker
To run Guava in Docker, use the provided [docker-compose.yaml](docker-compose.yaml) file as a template for the container. Use the configuration section below to fill out the necessary information.
To run Cordarr in Docker, use the provided [docker-compose.yaml](docker-compose.yaml) file as a template for the container. Use the configuration section below to fill out the necessary information.
## Bare metal
To run Guava on bare metal, follow the steps below.
To run Cordarr on bare metal, follow the steps below.
1. Install Python 3 and Pip
2. Clone this repository