mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-07-03 23:15:23 +00:00
Update README
This commit is contained in:
parent
b271a6a0bc
commit
fba8257a33
3
Makefile
3
Makefile
@ -35,3 +35,6 @@ output:
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -vrf output
|
rm -vrf output
|
||||||
|
|
||||||
|
lint:
|
||||||
|
vale source/
|
||||||
|
@ -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).
|
||||||
|
Loading…
Reference in New Issue
Block a user