From 69a0677ef690e66106ca0d981f868cf1b1eb0187 Mon Sep 17 00:00:00 2001 From: Yuzhong Zhang <141388234+BetterAndBetterII@users.noreply.github.com> Date: Mon, 18 Aug 2025 22:01:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=AD=E7=9A=84=E7=A4=BA=E4=BE=8B=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=EF=BC=8C=E5=B0=86=20.env.example=20=E6=96=87=E4=BB=B6=E9=87=8D?= =?UTF-8?q?=E5=91=BD=E5=90=8D=E4=B8=BA=20.env=EF=BC=8C=E4=BB=A5=E7=A1=AE?= =?UTF-8?q?=E4=BF=9D=E7=94=A8=E6=88=B7=E8=83=BD=E5=A4=9F=E6=AD=A3=E7=A1=AE?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=B9=B6=E5=90=AF=E5=8A=A8=E5=BA=94=E7=94=A8=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ```