From 09c42d0ae07903140e7c25aef1f50bc66c072ecc Mon Sep 17 00:00:00 2001 From: Gerard Lamusse Date: Sat, 23 Dec 2023 10:16:26 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a60f1c..102b8a7 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ During local development, add the `schema-sync` folder as volumn to the `docker- ```yaml volumes: - - ./schema-sync:/directus/extensions/schema-sync + - ./schema-sync:/directus/schema-sync ``` Upon first time running the container, run the following command to install the extension's columns in the database and add the config folder. (Replace the first `directus` with the name of your container if it is different)