fix README
This commit is contained in:
@@ -22,10 +22,10 @@ $ scripts/task-install.sh
|
|||||||
|
|
||||||
## Workflows
|
## Workflows
|
||||||
|
|
||||||
Common workflows for the creation, maintantenance, usage of the installation scripts are encapsulated in [Task](https://taskfile.dev) tasks.
|
Common workflows for the creation, maintenance, usage of the installation scripts are encapsulated in [Task](https://taskfile.dev) tasks.
|
||||||
|
|
||||||
```
|
```bash
|
||||||
# list availale tasks
|
# list available tasks
|
||||||
$ task --list
|
$ task --list
|
||||||
|
|
||||||
task: Available tasks for this project:
|
task: Available tasks for this project:
|
||||||
@@ -46,7 +46,7 @@ The default task creates a new installation script for a binary from its GitHub
|
|||||||
repository. This is often the only step needed to add a new installation script
|
repository. This is often the only step needed to add a new installation script
|
||||||
to the collection.
|
to the collection.
|
||||||
|
|
||||||
```
|
```bash
|
||||||
# create a new installation script by providing the GitHub repository as an argument:
|
# create a new installation script by providing the GitHub repository as an argument:
|
||||||
$ task REPO=owner/repo-name
|
$ task REPO=owner/repo-name
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user