Skip to content

Commit

Permalink
docs tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
evnp committed Sep 8, 2024
1 parent a5d1ade commit 0fb121c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
runfile.sh
----------
```
· language-agnostic project task runner · missing companion of the ubiquitous Make ·
· use a Runfile on its own to manage project tasks · start, build, test, lint, etc ·
· use Runfile & Makefile in tandem to keep project tasks and build steps organized ·
· Language-agnostic project task runner · Missing companion of the ubiquitous Make ·
· Use a Runfile on its own to manage project tasks · start, build, test, lint, etc ·
· Use Runfile & Makefile in tandem to keep project tasks and build steps organized ·
```

[![tests](https://github.com/evnp/runfile.sh/workflows/tests/badge.svg)](https://github.com/evnp/runfile.sh/actions)
Expand Down
6 changes: 3 additions & 3 deletions runfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ cat <<EOF
· $( version ) ·
· language-agnostic project task runner · missing companion of the ubiquitous Make ·
· use a Runfile on its own to manage project tasks · start, build, test, lint, etc ·
· use Runfile & Makefile in tandem to keep project tasks and build steps organized ·
· Language-agnostic project task runner · Missing companion of the ubiquitous Make ·
· Use a Runfile on its own to manage project tasks · start, build, test, lint, etc ·
· Use Runfile & Makefile in tandem to keep project tasks and build steps organized ·
· Usage · run ····················· Print all available tasks.
run [options] [task] ···· Run a task.
Expand Down

0 comments on commit 0fb121c

Please sign in to comment.