fix: added install command

dev
Antonio De Lucreziis 2 years ago
parent 51151a3592
commit b6f0b5d0a2

@ -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_ 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 ```bash shell
$ go build -v -o ./bin/cabret ./cmd/cabret $ go build -v -o ./bin/cabret ./cmd/cabret
$ go install -v ./cmd/cabret
``` ```
## Introduction ## Introduction

Loading…
Cancel
Save