Update README

This commit is contained in:
2025-08-26 09:56:05 +00:00
parent a1c47136cf
commit f03539ed22

View File

@@ -25,7 +25,7 @@ This project provides an interactive simulation of economic dynamics, particular
1. Clone the repository: 1. Clone the repository:
```bash ```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 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: 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 2. Ensure your domain points to your server's IP address
3. Run with Caddy: 3. Run with Caddy:
```bash ```bash
docker-compose up -d 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 ## Documentation