@ -2,10 +2,11 @@
Cabret is a yaml based static site generator, ideally with the same features as Hugo but with a simpler model. Here is a simple example of a _Cabretfile.yaml_
## Build
## Build & Install
```bash shell
$ go build -v -o ./bin/cabret ./cmd/cabret
$ go install -v ./cmd/cabret
```
## Introduction