diff --git a/README.md b/README.md index 54ef7e5..e4f57a2 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This project provides an interactive simulation of economic dynamics, particular 1. Clone the repository: ```bash - git clone https://github.com/[user]/capitalism-eats-the-world.git + git clone https://gitea.elpatron.me/elpatron/capitalism-eats-the-world.git cd capitalism-eats-the-world ``` @@ -40,14 +40,14 @@ This project provides an interactive simulation of economic dynamics, particular For production deployment with automatic SSL certificates, the project includes a Caddy configuration: -1. Update the [Caddyfile](Caddyfile) with your email address for Let's Encrypt notifications +1. Update the [Caddyfile](Caddyfile) with your email address and domain for Let's Encrypt notifications 2. Ensure your domain points to your server's IP address 3. Run with Caddy: ```bash docker-compose up -d ``` -The application will be available at `https://markov.elpatron.me` with automatic SSL certificate management. +The application will be available at `https://markov.example.com` with automatic SSL certificate management. ## Documentation