From 8df9cf4a43cdf373aed5fb07f04cca0b8a5aec7f Mon Sep 17 00:00:00 2001 From: Bart van der Meeren Date: Fri, 19 Feb 2021 17:22:08 +0100 Subject: [PATCH] Added 'npx' to db migrate (#4181) Not sure if this is something that is commonly known, I just happend to run into it. --- docs/guides/projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/projects.md b/docs/guides/projects.md index d2a455eae7..9a4e3a0d8f 100644 --- a/docs/guides/projects.md +++ b/docs/guides/projects.md @@ -71,7 +71,7 @@ See [Styles > Custom CSS](/guides/styles/#custom-css) 1. Backup your project 2. Run `npm update` -3. Run `directus database migrate:latest` to update the DB +3. Run `npx directus database migrate:latest` to update the DB ## Backing-up a Project