From f5c6b61561f719a3bcc98a334aaaa263fb642215 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 31 Jan 2025 03:58:53 +0900 Subject: [PATCH] Update docs/just.md: fix the description Signed-off-by: Suguru Hirahara --- docs/just.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/just.md b/docs/just.md index 53743a03b..153a20f1e 100644 --- a/docs/just.md +++ b/docs/just.md @@ -35,4 +35,4 @@ For example, these two commands are different: The just recipe runs `ensure-matrix-users-created` and `start` tags after `install-all`, while the latter runs only `install-all` tag. The correct shortcut of the latter is `just run-tags install-all`. -Such kind of difference sometimes matters. For example, when you install a Matrix server into which you will import old data (see [here](installing.md#installing-a-server-into-which-youll-import-old-data)), you are not supposed to run `just install-all` or `just setup-all`, because these commands start services immediately after installing components which may prevent your from importing old data. +Such kind of difference sometimes matters. For example, when you install a Matrix server into which you will import old data (see [here](installing.md#installing-a-server-into-which-youll-import-old-data)), you are not supposed to run `just install-all` or `just setup-all`, because these commands start services immediately after installing components, which may prevent you from importing the data.