diff options
author | Parker <contact@pkrm.dev> | 2025-01-20 15:20:00 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2025-01-20 15:20:00 -0600 |
commit | 5abb3436d5c4104aa2dd4a754ba981f8fb28f137 (patch) | |
tree | fd7932fdce87be1fd82b397c356ef1e70ef68a0c | |
parent | 82786829ca96fad7e5c73481ec94859ab3b87704 (diff) |
Fix mentions of diff. project
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |