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

Update docs/just.md: remove a duplicate anchor link

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4092/head
Suguru Hirahara пре 1 година
родитељ
комит
5b3f9510b0
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      docs/just.md

+ 1
- 1
docs/just.md Прегледај датотеку

@@ -13,7 +13,7 @@ In addition, we have added support for running commands via [`just`](https://git


The `just` utility executes shortcut commands (called as "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). Most of the just recipes have no corresponding `Makefile` targets. The `just` utility executes shortcut commands (called as "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). Most of the just recipes have no corresponding `Makefile` targets.


For some recipes such as `just update`, our `justfile` recommends installing [`agru`](https://github.com/etkecc/agru) (a faster alternative to `ansible-galaxy`) to speed up the process.
For some recipes such as `just update`, our `justfile` recommends installing `agru` (a faster alternative to `ansible-galaxy`) to speed up the process.


Here are some examples of shortcuts: Here are some examples of shortcuts:




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