summaryrefslogtreecommitdiff
path: root/docs/docker.en.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docker.en.md')
-rw-r--r--docs/docker.en.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docker.en.md b/docs/docker.en.md
index 701514e45f..a1ddecf62b 100644
--- a/docs/docker.en.md
+++ b/docs/docker.en.md
@@ -68,7 +68,7 @@ Build misskey with the following:
*5.* Init DB
----------------------------------------------------------------
``` shell
-docker-compose run --rm web npm run init
+docker-compose run --rm web yarn run init
```
*6.* That is it.