Fix readme typo (#1936)
This commit is contained in:
parent
b4d8e5b8c6
commit
36bd375eab
@ -726,8 +726,8 @@ default:
|
|||||||
@just --list
|
@just --list
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that you may need to add `--justfile {{justfile()}}` to the line above
|
Note that you may need to add `--justfile {{justfile()}}` to the line above.
|
||||||
above. Without it, if you executed `just -f /some/distant/justfile -d .` or
|
Without it, if you executed `just -f /some/distant/justfile -d .` or
|
||||||
`just -f ./non-standard-justfile`, the plain `just --list` inside the recipe
|
`just -f ./non-standard-justfile`, the plain `just --list` inside the recipe
|
||||||
would not necessarily use the file you provided. It would try to find a
|
would not necessarily use the file you provided. It would try to find a
|
||||||
justfile in your current path, maybe even resulting in a `No justfile found`
|
justfile in your current path, maybe even resulting in a `No justfile found`
|
||||||
|
Loading…
Reference in New Issue
Block a user