Update README

This commit is contained in:
Dunya Kirkali 2024-09-28 22:57:33 +02:00
parent b271a6a0bc
commit fba8257a33
2 changed files with 11 additions and 0 deletions

View File

@ -35,3 +35,6 @@ output:
clean: clean:
rm -vrf output rm -vrf output
lint:
vale source/

View File

@ -68,6 +68,14 @@ In order to remove the generated files you can run:
make clean make clean
``` ```
### Linting
letterpress comes with [vale](https://vale.sh/). Once you've installed vale on your machine you can run it with:
```bash
make lint
```
## Structure ## Structure
The entry point of the book is [book.adoc](book.adoc). The entry point of the book is [book.adoc](book.adoc).