添加env example

This commit is contained in:
Yuzhong Zhang
2025-07-06 20:33:03 +08:00
parent 82da279332
commit b570b004d7
3 changed files with 10 additions and 0 deletions
+1
View File
@@ -46,6 +46,7 @@ Excalidraw Full 已经进化。它不再仅仅是 Excalidraw 的一个简单封
# Linux 示例
git clone https://github.com/BetterAndBetterII/excalidraw-full.git
cd excalidraw-full
mv .env.example .env
touch ./excalidraw.db # 重要:初始化 SQLite 数据库,否则无法启动
docker compose up -d
```