ソースを参照

Update docs/installing.md: mention just's "recipe"

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3761/head
Suguru Hirahara 1年前
コミット
f8b44a8eca
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: E4F9743DAB4B7B75
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      docs/installing.md

+ 1
- 1
docs/installing.md ファイルの表示

@@ -100,4 +100,4 @@ Feel free to **re-run the setup command any time** you think something is off wi


Note that if you remove components from `vars.yml`, or if we switch some component from being installed by default to not being installed by default anymore, you'd need to run the setup command with `--tags=setup-all` instead of `--tags=install-all`. See [this page on the playbook tags](playbook-tags.md) for more information. Note that if you remove components from `vars.yml`, or if we switch some component from being installed by default to not being installed by default anymore, you'd need to run the setup command with `--tags=setup-all` instead of `--tags=install-all`. See [this page on the playbook tags](playbook-tags.md) for more information.


A way to invoke these `ansible-playbook` commands with less typing in the future is to use [just](https://github.com/casey/just) to run them: `just install-all` or `just setup-all`. See [our `justfile`](../justfile) for more information.
A way to invoke these `ansible-playbook` commands with less typing in the future is to use [just](https://github.com/casey/just) to run the "recipe": `just install-all` or `just setup-all`. See [our `justfile`](../justfile) for more information.

読み込み中…
キャンセル
保存