diff --git a/README.md b/README.md index d047c04..abd7491 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ The server will start, and you can access the application at `http://localhost:3 # Example for Linux git clone https://github.com/BetterAndBetterII/excalidraw-full.git cd excalidraw-full -mv .env.example .env +mv .env.example.dex .env touch ./excalidraw.db # IMPORTANT: Initialize the SQLite DB, OTHERWISE IT WILL NOT START docker compose -f docker-compose.dex.yml up -d ``` diff --git a/README_zh.md b/README_zh.md index f232ceb..2577808 100644 --- a/README_zh.md +++ b/README_zh.md @@ -61,7 +61,7 @@ docker compose up -d # 示例 git clone https://github.com/BetterAndBetterII/excalidraw-full.git cd excalidraw-full -mv .env.example .env +mv .env.example.dex .env touch ./excalidraw.db # 重要:初始化 SQLite 数据库,否则无法启动 docker compose -f docker-compose.dex.yml up -d ```