diff --git a/README.md b/README.md index 19ed7db..c58948f 100644 --- a/README.md +++ b/README.md @@ -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