diff --git a/README.md b/README.md
index 2aad4475..12457083 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,14 @@
-
-Deutsch |
-Español |
-français |
-日本語 |
-한국어 |
-Português |
-Русский |
+Deutsch |
+Español |
+français |
+日本語 |
+한국어 |
+Português |
+Русский |
中文
@@ -52,7 +51,7 @@ The easiest way to get started is using our automated setup script:
bash <(curl -fsSL https://whisper.money/setup.sh)
```
-After installation, just visit **https://whisper.money.local** in your browser.
+After installation, just visit **** in your browser.
### Manual Setup
@@ -65,10 +64,10 @@ git clone https://github.com/whisper-money/whisper-money.git
cd whisper-money
```
-2. **Run the setup script:**
+1. **Run the setup script:**
```bash
-./wispermoney install
+whispermoney install
```
### Available Commands
@@ -77,16 +76,16 @@ Once installed, you can use the `wispermoney` command for common tasks:
```bash
# Start all services
-./wispermoney start
+whispermoney start
# Stop all services
-./wispermoney stop
+whispermoney stop
# Upgrade to latest version
-./wispermoney upgrade
+whispermoney upgrade
# Interactive menu
-./wispermoney
+whispermoney
```
### Development Server
@@ -104,7 +103,7 @@ This will concurrently start:
- Log viewer (Pail)
- Vite dev server
-The application will be available at **https://whisper.money.local** (via Caddy) or **http://localhost:8000** (direct PHP server).
+The application will be available at **** or **** (direct PHP server).
## Running with Docker (Production Image)
@@ -116,7 +115,7 @@ For testing the production Docker image locally:
cp .env.production.example .env
```
-2. **Start the services:**
+1. **Start the services:**
```bash
docker compose -f docker-compose.production.yml up -d
@@ -143,6 +142,7 @@ Whisper Money can be easily deployed to [Coolify](https://coolify.io) using our
4. Deploy!
The template includes:
+
- Whisper Money application container
- MySQL 8.0 database with health checks
- Persistent volumes for data and storage