1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

remove <code>

This commit is contained in:
Valentin Maerten
2025-08-08 23:01:54 +02:00
parent 9029ba2efc
commit a4946c02ac

View File

@@ -62,7 +62,7 @@ will be brought up.
If you call Task with the `--global` (alias `-g`) flag, it will look for your
home directory instead of your working directory. In short, Task will look for a
Taskfile that matches `$HOME/`<code>{T,t}askfile.{yml,yaml}</code> .
Taskfile that matches `$HOME/{T,t}askfile.{yml,yaml}` .
This is useful to have automation that you can run from anywhere in your system!