diff --git a/README.md b/README.md index 276f5e0..5d36807 100644 --- a/README.md +++ b/README.md @@ -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 ---------------