diff --git a/README.md b/README.md index 102b8a7..214fd1f 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,11 @@ volumes: - ./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) +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 service running directus if it is different) ```bash -docker-compose exec directus npx directus schema-sync install +// docker exec -it +docker-compose exec -it directus npx directus schema-sync install ``` ## via NPM (Assuming you are running Directus via NPM)