Преглед изворни кода

Clarify "What is just" section on FAQ

pull/3811/head
Slavi Pantaleev пре 1 година
committed by GitHub
родитељ
комит
91e4349d93
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 измењених фајлова са 4 додато и 2 уклоњено
  1. +4
    -2
      docs/faq.md

+ 4
- 2
docs/faq.md Прегледај датотеку

@@ -82,12 +82,14 @@ To learn more, see our [dedicated Ansible documentation page](ansible.md).

### What is `just`?

[`just`](https://github.com/casey/just) is a modern command-runner alternative to `make`. It can be used to invoke `ansible-playbook` commands with less typing.
[`just`](https://github.com/casey/just) is a modern command-runner alternative to [make](https://www.gnu.org/software/make/). It can be used to invoke commands with less typing.

The `just` utility executes shortcut commands (called as "recipes"), which ultimately run `ansible-galaxy` or [`agru`](https://github.com/etkecc/agru) (depending on what is available in your system). The targets of the recipes are defined in [`justfile`](../justfile). It defines commands, most of which are not available on our `Makefile`.
The `just` utility executes shortcut commands (called "recipes"), which invoke `ansible-playbook`, `ansible-galaxy` or [`agru`](https://github.com/etkecc/agru) (depending on what is available in your system). The targets of the recipes are defined in [`justfile`](../justfile).

For details about `just` commands, take a look at: [Running `just` commands](just.md).

The playbook also contains a `Makefile` for the `make` tool, but most of the just recipes are not available as targets in the `Makefile`.

### Why use this playbook and not install Synapse and other things manually?

There are various guides telling you how easy it is to install [Synapse](https://github.com/element-hq/synapse).


Loading…
Откажи
Сачувај