0
0
Fork 0

update readme

This commit is contained in:
Gibheer 2022-08-29 20:46:28 +02:00
parent f58b40cb8c
commit d4a39e54da
1 changed files with 2 additions and 16 deletions

View File

@ -10,24 +10,10 @@ build
To build this project a simple
```
go build
make
```
will suffice. It will automatically pack all files into the binary.
run
---
To run the project after building, call
```
./zero-blog --help
```
to get a list of all parameters.
To dump the content into `tmp`, use `zero-blog --dump-files=tmp`. Or use
`zero-blog` to start a local webserver.
will suffice. It will automatically render all files into an output directory.
add new content
---------------