From d4a39e54da22fa7c12f417105352643960990727 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Mon, 29 Aug 2022 20:46:28 +0200 Subject: [PATCH] update readme --- README.md | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) 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 ---------------