Skip to content

Commit d735a0c

Browse files
author
Florian Heinze
committed
TASK: update README
1 parent 40aec6f commit d735a0c

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Some functionality will only be provided by the helper, e.g. running an init.
6060
As we do not want to confuse this additional functionality with running a task,
6161
we use UPPERCASE arguments prefixed with `DSR` for utils only provided by the `dev` command.
6262

63-
Example: `dev DSR_INIT` to create the files needed in your project.
63+
EXAMPLE: `dev DSR_INIT` to create the files needed in your project.
6464

6565
## Setup
6666

@@ -84,10 +84,11 @@ run `dev completion [bash|zsh|fish|powershell] --help` and follow instructions o
8484
8585
**Initialization**
8686
87-
Go to your project root and run `dev DSR_INIT` to create a `dev.sh` and a `dev_setup.sh` with examples for different types of tasks.
88-
The `$@` at the end of your `dev.sh` dispatches the script arguments to a function (so `dev sometask` calls `sometask`).
87+
In your project root run `dev DSR_INIT`
88+
89+
This will create the files needed to start writing your own tasks. Run `dev` and you will see
90+
example tasks that have been created for you. You can now start editing your `dev.sh` ;)
8991
90-
The script is only picked up by the helper if `DEV_SCRIPT_MARKER` is present in the file.
9192
9293
### Writing tasks
9394

0 commit comments

Comments
 (0)