Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhuber authored Aug 5, 2023
1 parent d23e28e commit a1ae79b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,20 @@ You can either place caster in a system path or add the location to your system

You can also install caster with `go install`

```
```bash
git clone https://github.com/patrickhuber/caster
go install -C caster/cmd/caster
```

Once installed, you can run the hello world example by typing

```bash
caster init
caster apply
```

This creates a .caster.yml file in the current directory. The apply command will run the template in the current directory.

## creating a template

A template is just a directory with a .caster.yml or .caster.json file at its root that describes the template.
Expand Down

0 comments on commit a1ae79b

Please sign in to comment.