Procházet zdrojové kódy

Merge pull request #4023 from luixxiul/patch-1

Update docs/just.md: fix the description
pull/4025/head
Slavi Pantaleev před 1 rokem
committed by GitHub
rodič
revize
b9eb39794e
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: B5690EEEBB952194
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      docs/just.md

+ 1
- 1
docs/just.md Zobrazit soubor

@@ -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.

Načítá se…
Zrušit
Uložit