Skip to content

Commit 4ca7234

Browse files
committed
Update readme with create instructions
1 parent a410320 commit 4ca7234

File tree

3 files changed

+342
-989
lines changed

3 files changed

+342
-989
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ Generate your own Taskfile at [taskfile.sh](https://taskfile.sh).
1919
## How does it work?
2020

2121
Taskfiles are simple bash scripts, but an easy-to-read function format. There are some things that we need to explain
22-
for our Taskfile setup.
22+
for our Taskfile setup. It all starts with a `Taskfile`. Download your `Taskfile` from
23+
[taskfile.sh](https://taskfile.sh) and save it. Make sure the Taskfile is executable: `chmod +x ./Taskfile`. You can now
24+
run `./Taskfile` in your terminal.
2325

2426
### Tasks
2527

0 commit comments

Comments
 (0)