添加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 @@ One Click Docker run [Excalidraw-Full](https://github.com/BetterAndBetterII/exca
# Example for Linux
git clone https://github.com/BetterAndBetterII/excalidraw-full.git
cd excalidraw-full
mv .env.example .env
touch ./excalidraw.db # IMPORTANT: Initialize the SQLite DB, OTHERWISE IT WILL NOT START
docker compose up -d
```