diff --git a/README.md b/README.md index 3dca3381..bba2bda3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is the official repository for the Dokploy Open Source Templates. 1. Fork the repository 2. Create a new branch 3. Add the template to the `blueprints` folder (`docker-compose.yml`, `template.toml`) -4. Add the template metadata (name, description, version, logo, links, tags) to the `meta.json` file +4. Add the template metadata (name, description, version, logo, links, tags) in a `meta.json` file inside your template folder (`blueprints//meta.json`) — do NOT create or edit a root-level `meta.json`, it is generated at build time 5. Add the logo to the template folder 6. Commit and push your changes 7. Create a pull request (PR) @@ -62,7 +62,7 @@ host = "${main_domain}" [[config.mounts]] ``` -4. Add meta information to the `meta.json` file in the root folder +4. Add the meta information in `blueprints//meta.json` (a single JSON object; the root `meta.json` is generated automatically at build time) ```json {