Skip to content

Commit 8d0bdae

Browse files
reword to avoid unhelpful link
1 parent a0fc22b commit 8d0bdae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/developing/whyyyy.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ and towards `denv`.
7979
- Write our own custom solution sharing common tasks (I don't like this because it puts more developing load on us.)
8080
- Don't attempt to share tasks and rely on documentation (I don't like this because it puts more documentation load on us.)
8181

82-
As mentioned earlier, there are [many programs satisfying the "task runner" description](https://github.com/search?q=task%20runner&type=repositories)
83-
and - while I am very committed to having _a_ task runner - I am not very committed to any
84-
particular task runner.
82+
As mentioned earlier, there are many programs satisfying the "task runner" description
83+
(just search "task runner" on GitHub) and - while I am very committed to having _a_ task runner -
84+
I am not very committed to any particular task runner.
8585
I chose `just` because I liked how easy it was to install, how simple the syntax is for
8686
defining tasks (or what it calls "recipes"), and its [promise of stability](https://just.systems/man/en/backwards-compatibility.html).
8787
Perhaps a different task runner more well-suited to our purposes will come along and

0 commit comments

Comments
 (0)