From a32112a365be968bb874a26586c90dce8749ca69 Mon Sep 17 00:00:00 2001 From: Gerard Lamusse Date: Sun, 24 Dec 2023 23:26:39 +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 5eddaca..214fd1f 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Upon first time running the container, run the following command to install the ```bash // docker exec -it -docker-compose exec directus npx directus schema-sync install +docker-compose exec -it directus npx directus schema-sync install ``` ## via NPM (Assuming you are running Directus via NPM)