diff --git a/README.md b/README.md index f050574..c4adb57 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,9 @@ vi config.yaml # your openai.com API key apiKey: "xxxxxx" +# create pictures directory +mkdir -p assets +chown -R 1000:1000 assets # Start the service with docker-compose docker-compose up -d diff --git a/README_CN.md b/README_CN.md index 2fa9b1a..7937a6c 100644 --- a/README_CN.md +++ b/README_CN.md @@ -41,6 +41,9 @@ vi config.yaml # openai的apiKey,改为你的apiKey apiKey: "xxxxxx" +# 创建生成的图片目录 +mkdir -p assets +chown -R 1000:1000 assets # 使用docker-compose启动服务 docker-compose up -d