Skip to content

Commit

Permalink
- update README.md with goal init example
Browse files Browse the repository at this point in the history
  • Loading branch information
aaabramov committed Nov 10, 2021
1 parent 913b606 commit bc1386c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ brew install aaabramov/goal/goal

Run `goal init` in directory where aliases will be used. This will generate example `goal.yaml` file. Use it as a reference to define your own aliases.

```shell
$ goal init
⌛ Generating default goal.yaml file
✅ Generated default goal.yaml file. Try running `goal` to see available goals.
```

### List goals

Simply type `goal` to see list of available goals and their dependencies:
Expand Down

0 comments on commit bc1386c

Please sign in to comment.